gbartolini / postgres-kubernetes-playground

Apache License 2.0
14 stars 7 forks source link

docs: add raspberry pi results #4

Closed jbattiato closed 9 months ago

jbattiato commented 9 months ago

Tests

I've only tested the following clusters:

On two different storage classes:

The tablespace ones would not make sense for my use case.

Environment

Hardware:

Kubernetes:

StorageClass

longhorn-pg:

localpath

Node Labels

Cluster Parameters

  # Request Guaranteed QoS
  resources:
    requests:
      memory: '4Gi'
      cpu: 1.5 
    limits:
      memory: '4Gi'
      cpu: 1.5 
      # Memory configuration
      shared_buffers: '4GB'
      maintenance_work_mem: '1GB'
      effective_cache_size: '3GB'