mirror of https://github.com/zulip/zulip.git
puppet: Remove now-unncessary kernel.shm sysctl values.
With modern Linux and postgres, these settings are not required.
This commit is contained in:
parent
2227e77cce
commit
105ea972f6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue