Compcache. Swappiness ?
With enabled compcache, and swapppiness set to 10
I have the following
free
total used free shared buffers
Mem: 195916 193708 2208 0 12
Swap: 131064 105536 25528
Total: 326980 299244 27736
#
I'm pretty noob at all this, but I'm learning.
Is 10 swappiness a default setting ? compcache.sh has this
/system/xbin/insmod /system/lib/modules/lzo_decompress.ko
/system/xbin/insmod /system/lib/modules/lzo_compress.ko
/system/xbin/insmod /system/lib/modules/xvmalloc.ko
/system/xbin/insmod /system/lib/modules/ramzswap.ko disksize_kb=131072
/system/xbin/swapon /dev/block/ramzswap0
echo "10" > /proc/sys/vm/swappiness
What if I increase the swappiness from 10 to 60 ?
Do my memory numbers look OK ? I'm a bit worried about my free numbers ?
|