View Single Post
Posts: 182 | Thanked: 69 times | Joined on Nov 2009 @ Netherlands
#176
Originally Posted by gregoranderson View Post
I had a crash (running KP49) with the following approach:

Code:
insmod /lib/modules/current/ramzswap.ko disksize_kb=65536
swapon /dev/ramzswap0
swapoff /dev/mmcblk1p2; swapon /dev/mmcblk1p2
(I use my sdcard for swap)

So, after a short period of contemplation I went with:

Code:
swapoff /dev/mmcblk1p2
insmod /lib/modules/current/ramzswap.ko disksize_kb=65536
swapon /dev/ramzswap0
swapon /dev/mmcblk1p2
And everything is groovy again. The old N900 is snappier than a crocodile who's found himself at a penguin parade.
I tried compcache using this method, and it seems to work. But it made the device significantly slower as far as I could see.
Do any of you have better experiences?

I am on cssu &kp49, swap on microsd, no speed/battery patches.
 

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