1
0
Fork 0

postgres: increase work_mem

This commit is contained in:
Daniel Kempkens 2024-07-22 10:07:08 +02:00
parent 493c8acbbd
commit 31d895b726
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -17,6 +17,8 @@
wal_init_zero = "off";
wal_recycle = "off";
work_mem = "12MB";
track_activities = "on";
track_counts = "on";
autovacuum = "on";