retrace: tune up PostgreSQL

This commit is contained in:
Miroslav Suchý 2017-04-21 12:18:40 +02:00
parent 47f282b645
commit 3bb8b479ff

View file

@ -24,7 +24,7 @@
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: '^work_mem ='
line: 'work_mem = 114MB'
line: 'work_mem = 10MB'
notify: restart postgresql
- name: set maintenance_work_mem for PostgreSQL