Reply
Thread Tools
Posts: 11 | Thanked: 2 times | Joined on Nov 2007
#1
Hi guys, I have a 1 gyg external card but.., I can only extend 64mb virtual memory, I was thinking more along the lines of 512 or something, isn't this possible? cuz I can only select 64mb at maximum in control panel...

thanks!
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#2
Originally Posted by henky View Post
Hi guys, I have a 1 gyg external card but.., I can only extend 64mb virtual memory, I was thinking more along the lines of 512 or something, isn't this possible? cuz I can only select 64mb at maximum in control panel...
Sure, but it's really no necessary.
 
Posts: 11 | Thanked: 2 times | Joined on Nov 2007
#3
Originally Posted by GeneralAntilles View Post
Sure, but it's really no necessary.
wouldn't that make the tablet faster when for ex. running canola?
 
Posts: 23 | Thanked: 1 time | Joined on Jul 2007
#4
The largest of the build-in swap file is 64MB. I'm not sure whether you can use a larger swap file for this kernel, but you can always increase the swap by having more than one swap file.

You can try this. Open your terminal as root,
dd if=/dev/zero of=/media/mmc1/.swap2 bs=1024 count=65536
mkswap /media/mmc1/.swap2
swapon /media/mmc1/.swap2

The above creates another 64MB swap file, so together with the original 64MB, you have 128MB swap space. You can check it by the "free" command.

I doubt it helps much, unless you are using some memory hungry applications. You can also increase the swapiness to increase the usage. Check the package "seatbelt" in another thread that tweaked the swap usage settings.
 
Posts: 264 | Thanked: 28 times | Joined on May 2006
#5
I always just create a swap partition when partitioning my card.
 

The Following User Says Thank You to BanditRider For This Useful Post:
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#6
Originally Posted by henky View Post
wouldn't that make the tablet faster when for ex. running canola?
Not really. If you're running enough applications to fill the RAM and the swap, it's gonna be slow no matter how much swap you have since flash memory is so slow.

This is one situation where Nokia does kinda know what they're doing.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:54.