The Following User Says Thank You to debernardis For This Useful Post: | ||
![]() |
2010-09-28
, 19:00
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#192
|
The Following 3 Users Say Thank You to Saturn For This Useful Post: | ||
![]() |
2010-09-29
, 10:19
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#193
|
I had followed up and eventually solved this for a user few pages back. The last steps where done offline.
So here is what helped in his case.
Disable all repos that come from outside maemo.
Disable the devel repo.
If you don't understand the above then don't do it!Code:apt-get remove --purge swappolube apt-get remove --purge swappolube-nogui apt-get update apt-get install python2.5-qt-common apt-get install swappolube
HIH
apt-get remove --purge swappolube apt-get remove --purge swappolube-nogui apt-get update apt-get install python2.5-qt4-common apt-get install swappolube
The Following User Says Thank You to James_Littler For This Useful Post: | ||
![]() |
2010-09-29
, 12:09
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#194
|
The Following User Says Thank You to lemmyslender For This Useful Post: | ||
![]() |
2010-09-29
, 12:23
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#195
|
![]() |
2010-09-29
, 13:08
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#196
|
The Following User Says Thank You to debernardis For This Useful Post: | ||
![]() |
2010-09-29
, 14:47
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#197
|
The Following User Says Thank You to hawaii For This Useful Post: | ||
![]() |
2010-09-29
, 16:11
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#198
|
The Following User Says Thank You to debernardis For This Useful Post: | ||
![]() |
2010-09-29
, 16:32
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#199
|
The Following User Says Thank You to lemmyslender For This Useful Post: | ||
![]() |
2010-09-29
, 19:20
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#200
|
The Following User Says Thank You to slender For This Useful Post: | ||
![]() |
Tags |
bada lubes, bada rox, swappiness, tuning |
|
I'd like, now, that someone starts exploring other parameters value to see if we can put together some better set of parameters, or optimize them for various tasks.
I'm currently exploring the effect of vfs_cache_pressure - you'll find references to it both on talk.maemo.org and on the big Internet, in several places where there are discussions on linux desktop tuning.
Vfs_cache_pressure: "Controls the tendency of the kernel to reclaim the memory which is used for caching of directory and inode objects.
At the default value of vfs_cache_pressure = 100 the kernel will attempt to reclaim dentries and inodes at a "fair" rate with respect to pagecache and swapcache reclaim. Decreasing vfs_cache_pressure causes the kernel to prefer to retain dentry and inode caches. Increasing vfs_cache_pressure beyond 100 causes the kernel to prefer to reclaim dentries and inodes."
Other readings:
http://duopetalflower.blogspot.com/2...speed-and.html
http://rudd-o.com/en/linux-and-free-...ow-to-fix-that
Ernesto de Bernardis