mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# Shared memory settings for PostgreSQL
|
|
|
|
# Maximum total size of shared memory in pages (normally 4096 bytes)
|
|
kernel.shmall = 172247
|
|
# Maximum size of shared memory segment in bytes
|
|
kernel.shmmax = 705523712
|
|
|
|
# These are the defaults on newer kernels
|
|
vm.dirty_ratio = 10
|
|
vm.dirty_background_ratio = 5
|
|
|