Sysctl: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 13: | Line 13: | ||
===Links=== | |||
*[https://linuxhint.com/understanding_vm_swappiness/ Understanding vm.swappiness] | |||
==vm.vfs_cache_pressure== | ==vm.vfs_cache_pressure== |
Revision as of 13:44, 24 April 2019
Tuning linux with sysctl
Links
- https://www.kernel.org/doc/Documentation/sysctl/vm.txt
- https://klaver.it/linux/sysctl.conf
- https://wiki.mikejung.biz/Sysctl_tweaks
Tuning memory
vm.swappiness
Default is 60
Links
vm.vfs_cache_pressure
To free/clear cache:
echo 3 > /proc/sys/vm/drop_caches