mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
[manual] Move puppet modules to the top level
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
|
||||
# These are the defaults on newer kernels
|
||||
vm.dirty_ratio = 10
|
||||
vm.dirty_background_ratio = 5
|
||||
Reference in New Issue
Block a user