![]() |
2010-01-27
, 11:19
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#11
|
The Following User Says Thank You to jakiman For This Useful Post: | ||
![]() |
2010-01-27
, 11:19
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#12
|
![]() |
2010-01-27
, 14:24
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#13
|
The Following 30 Users Say Thank You to TA-t3 For This Useful Post: | ||
![]() |
2010-01-27
, 15:15
|
Posts: 150 |
Thanked: 93 times |
Joined on Oct 2009
@ Pennsylvania, US
|
#14
|
![]() |
2010-03-22
, 04:45
|
Posts: 310 |
Thanked: 383 times |
Joined on Jan 2010
|
#15
|
![]() |
2010-03-22
, 06:19
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#16
|
If anyone is curious, I submit that moving your swap to your microsdhc card dramatically increases performance. It offloads swap I/O from the internal MMC, which frees it up for concurrent access (ie. program/library loading).
I created a 512mb slice on my microsd card, and modified the boot scripts to use it instead (excluding the 768mb mmc swap area completely) and the device is significantly more responsive when you have more than a few processes running.
This should be an option out-of-the-box (assuming the user is fairly warned about being unable to eject the microsdhc card while running).
Also note that you need a separate partition; a swap file seems to lock /sbin/swapon (bug?), and in any case you'd lose the ability to mount the vfat partition via USB (filesystem in use).
The Following 2 Users Say Thank You to Alex Atkin UK For This Useful Post: | ||
![]() |
2010-03-22
, 08:36
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#17
|
If anyone is curious, I submit that moving your swap to your microsdhc card dramatically increases performance. It offloads swap I/O from the internal MMC, which frees it up for concurrent access (ie. program/library loading).
I created a 512mb slice on my microsd card, and modified the boot scripts to use it instead (excluding the 768mb mmc swap area completely) and the device is significantly more responsive when you have more than a few processes running.
This should be an option out-of-the-box (assuming the user is fairly warned about being unable to eject the microsdhc card while running).
Also note that you need a separate partition; a swap file seems to lock /sbin/swapon (bug?), and in any case you'd lose the ability to mount the vfat partition via USB (filesystem in use).
![]() |
2010-03-22
, 08:46
|
Posts: 170 |
Thanked: 24 times |
Joined on Nov 2009
|
#18
|
![]() |
2010-03-22
, 09:19
|
|
Posts: 40 |
Thanked: 86 times |
Joined on Dec 2009
@ Sweden
|
#19
|
![]() |
2010-03-22
, 15:54
|
Posts: 310 |
Thanked: 383 times |
Joined on Jan 2010
|
#20
|