How to set swappiness permanently to something other than the default 60.
swappiness (Solved)
swappiness (Solved)
Guys,
How to set swappiness permanently to something other than the default 60.
How to set swappiness permanently to something other than the default 60.
Last edited by mahmood on 6. Jun 2014, 09:20, edited 1 time in total.
Re: swappiness
For example:
you can put the echo command in /etc/rc.d/rc.local to have it take effect at each boot.
Code: Select all
sudo -i
echo 80 > /proc/sys/vm/swappiness
