there seems to be several blogs and sites that describe how to create swap but few actually give step by step directions.
the nokia 770 is a great device, but occasionally when browsing graphic or media rich websites, the error ‘not enough memory’ is displayed.
to solve this, a swap file is needed.
as root: # touch /media/mmc1/swap # dd if=/dev/zero of=/media/mmc1/swap bs=1024 count=16384 # mkswap /media/mc1/swap 16384 # swapon /media/mmc1
count=32768 can be substituted for a 32 MB swap file…
it doesn’t make processing faster, but it should allow you have more applications open…
Recent Comments