Skip to content

Commit

Permalink
chore: removed all custom params
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 3, 2024
1 parent e43b18e commit 39a5050
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 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,26 @@ 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"
## wal_level: "minimal"
## max_wal_senders: "0"
# synchronous_commit: "off"
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 39a5050

Please sign in to comment.