Things I Needed To Know
2010-Mar-23, Tuesday 10:02 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Problem: Linux uses up your 'extra' RAM for cache. But often refuses to free it when it's needed.
Solution:
Props: http://www.scottklarr.com/topic/134/linux-how-to-clear-the-cache-from-memory/
*edit*
http://www.linuxatemyram.com/
http://www.linuxatemyram.com/play.html
https://help.ubuntu.com/community/SwapFaq (to set swappiness)
Solution:
sync; echo 3 > /proc/sys/vm/drop_caches
Props: http://www.scottklarr.com/topic/134/linux-how-to-clear-the-cache-from-memory/
*edit*
http://www.linuxatemyram.com/
http://www.linuxatemyram.com/play.html
https://help.ubuntu.com/community/SwapFaq (to set swappiness)