![]() |
2011-06-21
, 06:04
|
Posts: 182 |
Thanked: 40 times |
Joined on Apr 2010
@ Seatle, WA
|
#122
|
![]() |
2011-06-24
, 05:54
|
Posts: 915 |
Thanked: 57 times |
Joined on Jun 2011
|
#123
|
![]() |
2011-06-24
, 06:50
|
Posts: 182 |
Thanked: 40 times |
Joined on Apr 2010
@ Seatle, WA
|
#124
|
if i js follow this step:
"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"
i can increase my N900 RAM?? can u tell me weder it is risky or not? wha are the advanatages..i am a noob.plz help
![]() |
2011-06-24
, 06:52
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#125
|
![]() |
2011-06-24
, 07:40
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#126
|
The Following 3 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2011-08-23
, 07:21
|
|
Posts: 185 |
Thanked: 111 times |
Joined on Jul 2010
@ Mexico DF, Mexico
|
#127
|
swapoff: NO OPT p!
![]() |
2011-08-24
, 16:41
|
|
Posts: 185 |
Thanked: 111 times |
Joined on Jul 2010
@ Mexico DF, Mexico
|
#128
|
![]() |
2011-08-25
, 12:23
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#129
|
Ok, I found it's Busybox's fault, "upstream"... (not "busybox-power" really...)
http://talk.maemo.org/showpost.php?p...&postcount=113
https://bugs.busybox.net/show_bug.cgi?id=4087
The Following 2 Users Say Thank You to iDont For This Useful Post: | ||
![]() |
2011-09-04
, 22:50
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#130
|
You bro's do realise that:
1. Busybox-power has swapon with support for -p flag
2. Busybox-power won't really take up any extra space (like 256k)
3. With Busybox-power You can use a swapfile instead of partition (which seems to f**k some sd cards)
4. There is NO measurable benefit of 'striping' swap across SD and EMMC.
For maximum swap performance, create swapfile on a fast SD card and use that as swap.
Swapfiles are as easy as this.
sudo gainroot mkswap /media/mmc1/swapfile1
dd if=/dev/zero of=/media/mmc1/swapfile1 bs=1024 count=786432
swapon /media/mmc1/swapfile1
kill -s 9 PID
then i installed busybox power as u said, but still the same.
any tips?