SwapSpace

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: The Freerunner has only 128mb ram, when this is used up applications get killed. To help this you can add a bit of swap space on the microsd card: dd if=/dev/zero of=/media/card/swapfi...)
 
Line 4: Line 4:
  
 
  dd if=/dev/zero of=/media/card/swapfile.img bs=1024k count=512
 
  dd if=/dev/zero of=/media/card/swapfile.img bs=1024k count=512
  mkswap /media/nickcard/swapfile.img
+
  mkswap /media/card/swapfile.img
  swapon /media/nickcard/swapfile.img
+
  swapon /media/card/swapfile.img
  
 
Taken from http://lists.openmoko.org/nabble.html#nabble-td2171203
 
Taken from http://lists.openmoko.org/nabble.html#nabble-td2171203

Revision as of 14:59, 14 February 2009

The Freerunner has only 128mb ram, when this is used up applications get killed.

To help this you can add a bit of swap space on the microsd card:

dd if=/dev/zero of=/media/card/swapfile.img bs=1024k count=512
mkswap /media/card/swapfile.img
swapon /media/card/swapfile.img

Taken from http://lists.openmoko.org/nabble.html#nabble-td2171203

Personal tools

The Freerunner has only 128mb ram, when this is used up applications get killed.

To help this you can add a bit of swap space on the microsd card:

dd if=/dev/zero of=/media/card/swapfile.img bs=1024k count=512
mkswap /media/card/swapfile.img
swapon /media/card/swapfile.img

Taken from http://lists.openmoko.org/nabble.html#nabble-td2171203