View Single Post
Banned | Posts: 358 | Thanked: 160 times | Joined on Dec 2010
#26
I wonder what happens when I make my device entirely and fully swapless? Looking at Conky there is always about 25% free memory left! Isn't Linux supposed to eat all free memory for diskcache and so on? Isn't it the same idea? Btw I removed python from being swapped too and my device seems to be very responsive now!

#!/bin/sh
LD_PRELOAD=/usr/lib/mlocker.so
exec python2.5 "$@"

Last edited by epitaph; 2011-01-19 at 02:16.