OESF Portables Forum

General Forums => General Discussion => Topic started by: speculatrix on August 08, 2006, 12:13:51 pm

Title: Kernel Tweaks For Improved Responsiveness
Post by: speculatrix on August 08, 2006, 12:13:51 pm
contains some interesting points especially about swap space

http://members.optusnet.com.au/ckolivas/kernel/ (http://members.optusnet.com.au/ckolivas/kernel/)
Title: Kernel Tweaks For Improved Responsiveness
Post by: koen on August 08, 2006, 12:44:33 pm
Quote
contains some interesting points especially about swap space

http://members.optusnet.com.au/ckolivas/kernel/ (http://members.optusnet.com.au/ckolivas/kernel/)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137837\"][{POST_SNAPBACK}][/a][/div]

That is a fairly x86 specific page, a lot of that stuff doesn't apply to ARM. The guides on free-electrons.com are much better, and cover more than the kernel.
Title: Kernel Tweaks For Improved Responsiveness
Post by: speculatrix on August 08, 2006, 01:19:46 pm
Quote
That is a fairly x86 specific page, a lot of that stuff doesn't apply to ARM. The guides on free-electrons.com are much better, and cover more than the kernel.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137842\"][{POST_SNAPBACK}][/a][/div]

great pointer, interesting site... thanks!
Title: Kernel Tweaks For Improved Responsiveness
Post by: Da_Blitz on August 09, 2006, 12:39:24 am
the one i am intrested is the comperessed cache patches

it has never been exsetsivly tested and thats why ih never made it into the mainline as most people dobuhted how effective it would be and most of them had huge amounts of ram however on somthing like a Z where i use to hover around 80% mem usage on the sharp rom i would be intreseted in the impact of this patch

benchmarking it would be a difficult problem however, what do you test for?
Title: Kernel Tweaks For Improved Responsiveness
Post by: adf on August 09, 2006, 04:20:52 am
Quote
the one i am intrested is the comperessed cache patches

it has never been exsetsivly tested and thats why ih never made it into the mainline as most people dobuhted how effective it would be and most of them had huge amounts of ram however on somthing like a Z where i use to hover around 80% mem usage on the sharp rom i would be intreseted in the impact of this patch

benchmarking it would be a difficult problem however, what do you test for?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137890\"][{POST_SNAPBACK}][/a][/div]
if I remember right, webserver scaling was affected noticeably by cache handling (From the g4 vs 86 and linux vs mac on powerpc articles a year or two ago. I bet a google for linux vs osx benchmark would get something along those lines)
Title: Kernel Tweaks For Improved Responsiveness
Post by: Da_Blitz on August 10, 2006, 04:27:57 am
there are some really nice speed ups you can get by messing with the /proc filesystem. some are really good if you have a microdrive PDA

good ones include:
increasing the entropy cache
"laptop mode"

and some others that i cant think of off the top of my head.

there are a couple of good ones in the /sys tree as well, you can turn off LEDs or change what they respond to. changing the schedular on filesystems (for flash media noop is a better choice due to the speed of the media and the low latency, where as compleatly fair scheduling is a better choice for microdrives)