Use 50% of available mem for shared_buffers

This commit is contained in:
Daniel Berteaud 2023-12-15 12:30:41 +01:00
parent 33ab396aae
commit 2c84220d3d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ pg:
autovacuum_analyze_threshold: 500
autovacuum_vacuum_scale_factor: 0.1
autovacuum_analyze_scale_factor: 0.05
shared_buffers: 25%
shared_buffers: 50%
maintenance_work_mem: 5%
work_mem: 1%
wal_keep_size: 512