Skip to content

Commit

Permalink
chore: less db requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 3, 2024
1 parent 0e7d00b commit 8b4ee27
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ spec:
parameters:
max_connections: "500"
max_locks_per_transaction: "256"
shared_buffers: "10GB"
effective_cache_size: "10GB"
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"
# 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"
# max_parallel_workers_per_gather: "4"
# max_parallel_maintenance_workers: "4"
# wal_level: "minimal"
# max_wal_senders: "0"
synchronous_commit: "off"
resources:
requests:
Expand Down

0 comments on commit 8b4ee27

Please sign in to comment.