Skip to content

Commit

Permalink
chore: softening db configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Apr 30, 2024
1 parent 6eb316d commit 25cae82
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ spec:
parameters:
max_connections: "500"
max_locks_per_transaction: "256"
shared_buffers: "12GB"
effective_cache_size: "20GB"
maintenance_work_mem: "4GB"
shared_buffers: "2GB"
effective_cache_size: "2GB"
# maintenance_work_mem: "4GB"
checkpoint_completion_target: "0.9"
checkpoint_timeout: "15m"
wal_buffers: "16MB"
default_statistics_target: "500"
random_page_cost: "1.1"
effective_io_concurrency: "500"
work_mem: "64GB"
work_mem: "2GB"
min_wal_size: "1GB"
max_wal_size: "2GB"
max_parallel_workers_per_gather: "4"
Expand Down

0 comments on commit 25cae82

Please sign in to comment.