Tweak kernel.shmmax for postgres.

This commit is contained in:
Ralph Bean 2014-09-25 20:42:43 +00:00
parent f7312493a8
commit 535f5d324a

View file

@ -13,6 +13,11 @@
- packages
- postgresql
- name: Set kernel shared memory max to a larger value
sysctl: name=kernel.shmmax value=68719476736
notify:
- restart postgresql
- name: Initialize postgres if necessary
command: /usr/bin/postgresql-setup initdb creates=/var/lib/pgsql/data
notify: