View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#18
Originally Posted by corduroysack View Post
sounds great how would i do this?
If you're using swappolube, I think it's already taken care of for you. In an xterm, run the following and see what you get:

Code:
cat /proc/sys/vm/swappiness
It should output 30 or lower. If not, keep reading.

But if you weren't using swappolube, you would:

install rootsh
open an xterm
type root<return>
type echo 30 > /proc/sys/vm/swappiness<return>

Making this reboot-proof is beyond this discussion, but I think swappolube handles that for you.
__________________
N9: Go white or go home
 

The Following User Says Thank You to daperl For This Useful Post: