postgres: increase work_mem
This commit is contained in:
parent
493c8acbbd
commit
31d895b726
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
wal_init_zero = "off";
|
||||
wal_recycle = "off";
|
||||
|
||||
work_mem = "12MB";
|
||||
|
||||
track_activities = "on";
|
||||
track_counts = "on";
|
||||
autovacuum = "on";
|
||||
|
|
Loading…
Reference in a new issue