Skip to content

Commit

Permalink
chore: re-set DB flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent bf2a791 commit 9e173cc
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions charts/main-app/templates/111-cf-ledger-sync-resync-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,23 @@ spec:
explorer_api: cardano
postgresql:
version: "15"
# parameters:
# max_connections: "500"
# max_locks_per_transaction: "256"
# shared_buffers: "4GB"
# effective_cache_size: "4GB"
# maintenance_work_mem: "4GB"
# checkpoint_completion_target: "0.9"
# checkpoint_timeout: "15m"
# wal_buffers: "64MB"
# default_statistics_target: "500"
# random_page_cost: "1.1"
# effective_io_concurrency: "500"
## work_mem: "10GB"
# min_wal_size: "1GB"
# max_wal_size: "2GB"
## max_parallel_workers_per_gather: "4"
## max_parallel_maintenance_workers: "4"
## wal_level: "minimal"
## max_wal_senders: "0"
# synchronous_commit: "off"
parameters:
max_connections: "500"
max_locks_per_transaction: "256"
shared_buffers: "4GB"
effective_cache_size: "4GB"
maintenance_work_mem: "4GB"
checkpoint_completion_target: "0.9"
checkpoint_timeout: "15m"
wal_buffers: "64MB"
default_statistics_target: "500"
random_page_cost: "1.1"
effective_io_concurrency: "500"
# work_mem: "10GB"
min_wal_size: "1GB"
max_wal_size: "2GB"
# max_parallel_workers_per_gather: "4"
# max_parallel_maintenance_workers: "4"
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 9e173cc

Please sign in to comment.