add swappiness and cache pressure
This commit is contained in:
parent
ec76b5ac7a
commit
784669f751
3 changed files with 7 additions and 0 deletions
3
etc/sysctl.d/10-swappiness.conf
Normal file
3
etc/sysctl.d/10-swappiness.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#vm.swappiness=0
|
||||
#firefox crash fix test
|
||||
vm.swappiness=1
|
||||
3
etc/sysctl.d/20-cache_pressure.conf
Normal file
3
etc/sysctl.d/20-cache_pressure.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vm.vfs_cache_pressure=50
|
||||
|
||||
vm.min_free_kbytes=212000
|
||||
Loading…
Add table
Add a link
Reference in a new issue