Skip to content

Commit

Permalink
chore: respec psql
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Apr 18, 2024
1 parent e80794a commit 5ec7b8f
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions charts/main-app/templates/111-cf-ledger-sync-resync-postgres.yaml
Expand Up @@ -18,24 +18,26 @@ spec:
postgresql:
version: "15"
parameters:
effective_cache_size: "12GB"
max_connections: "250"
shared_buffers: "4GB"
work_mem: "2GB"
random_page_cost: "1.1"
maintenance_work_mem: "2GB"
max_connections: "500"
max_locks_per_transaction: "256"
shared_buffers: "12GB"
effective_cache_size: "20GB"
maintenance_work_mem: "4GB"
checkpoint_completion_target: "0.9"
synchronous_commit: "off"
effective_io_concurrency: "500"
checkpoint_timeout: "1h"
wal_buffers: "16MB"
min_wal_size: "500MB"
max_wal_size: "1GB"
default_statistics_target: "500"
random_page_cost: "1.1"
effective_io_concurrency: "500"
work_mem: "64GB"
min_wal_size: "1GB"
max_wal_size: "2GB"
max_parallel_workers_per_gather: "4"
max_parallel_maintenance_workers: "4"
track_counts: "true"
autovacuum: "on"
autovacuum_naptime: "5min"
log_autovacuum_min_duration: "0"
wal_level: "minimal"
max_wal_senders: "0"
synchronous_commit: "off"

enableLogicalBackup: false
enableShmVolume: true
{{ end }}

0 comments on commit 5ec7b8f

Please sign in to comment.