Comment 32 for bug 147464

Revision history for this message
-emory- (emory-roane) wrote :

AHA! I think I solved the problem. What I think was happening was that gutsy wasn't using swap correctly. Change swappiness to 10 and it works beautifully so far!
btw to do so just do
sudo gedit /etc/sysctl.conf
then add the line swappiness=10 to the bottom, if it isn't already there. Can anyone confirm this for me?