mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# 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
|