Increase swappiness slightly

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent 24bdc2a7ca
commit 7ce1e725d1

@ -133,7 +133,7 @@ When we kill a task, clean its memory footprint to free up whatever amount of RA
### vm.stat_interval: 1 --> 10
Update /proc/stat information every 10 seconds instead of every second, reducing jitter on loaded systems.
### vm.swappiness: 100 --> 50
### vm.swappiness: 100 --> 80
Swap to ZRAM less often if we don't have to. ZRAM can become expensive due to constant compression and decompression. If we can keep some of the memory uncompressed in regular RAM, we can a avoid that overhead.
### vm.vfs_cache_pressure: 100 --> 200

@ -115,7 +115,7 @@ ctl vm.overcommit_memory 1
ctl vm.page-cluster 0
ctl vm.reap_mem_on_sigkill 1
ctl vm.stat_interval 10
ctl vm.swappiness 50
ctl vm.swappiness 80
ctl vm.vfs_cache_pressure 200
ctl vm.watermark_scale_factor 100

Loading…
Cancel
Save