Page 1 of 1

swappiness (Solved)

Posted: 6. Jun 2014, 08:19
by mahmood
Guys,

How to set swappiness permanently to something other than the default 60. :?:

Re: swappiness

Posted: 6. Jun 2014, 08:36
by gapan
For example:

Code: Select all

sudo -i
echo 80 > /proc/sys/vm/swappiness
you can put the echo command in /etc/rc.d/rc.local to have it take effect at each boot.

Re: swappiness

Posted: 6. Jun 2014, 09:19
by mahmood
Thanks boss :D