puppet: Remove now-unncessary kernel.shm sysctl values.

With modern Linux and postgres, these settings are not required.
This commit is contained in:
Tim Abbott 2016-07-30 18:51:31 -07:00 committed by Tim Abbott
parent 2227e77cce
commit 105ea972f6
2 changed files with 0 additions and 14 deletions

View File

@ -1,10 +1,3 @@
# Shared memory settings
# Maximum total size of shared memory in pages (normally 4096 bytes)
kernel.shmall = 6553600
# Maximum size of shared memory segment in bytes
kernel.shmmax = 26843545600
# Virtual memory settings
vm.swappiness = 0
vm.overcommit_memory = 2

View File

@ -1,10 +1,3 @@
# Shared memory settings for PostgreSQL
# Maximum total size of shared memory in pages (normally 4096 bytes)
kernel.shmall = 1703936
# Maximum size of shared memory segment in bytes
kernel.shmmax = 6979321856
# Virtual memory settings
vm.swappiness = 0
vm.overcommit_memory = 2