View Single Post
kevinp93's Avatar
Posts: 115 | Thanked: 43 times | Joined on May 2010 @ UK, London
#72
Originally Posted by rewt View Post
For those who need more VM, and wish to use their entire MicroSD card for this purpose:

(WARNING: This will erase the entire MicroSD card, or worse, some or all of your internal memory if you mistype the device name.. If you plan to proceed, I recommend that you have some idea what you are doing)

In x-term:

Code:
sudo gainroot
mkswap /dev/mmcblk1p1
swapon /dev/mmcblk1p1
The last line will have to be rerun each time your device is rebooted, unless you add an init script to run it.
Hello.

I have installed Nitdroid on my Micro-SD card, and Nitdroid has partitioned my Sd card and I have approx 2GB free. Can I use these 2GB as 'virtual ram'? Thanks