View Single Post
Posts: 244 | Thanked: 354 times | Joined on Jul 2010 @ Scotland
#157
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.
 

The Following 6 Users Say Thank You to gregoranderson For This Useful Post: