|
2011-06-09
, 15:29
|
Posts: 34 |
Thanked: 50 times |
Joined on Jun 2010
|
#272
|
Out-of-the-box this patch isn't worth to apply you want to add this value to it:
Code:echo "1" > /dev/cgroup/cpu/desktop/notify_on_release echo "1" > /dev/cgroup/cpu/applications/notify_on_release echo "555555" > /dev/cgroup/cpu/cpu.rt_runtime_us echo "600000" > /dev/cgroup/cpu/cpu.rt_period_us echo "555555" > /dev/cgroup/cpu/user/cpu.rt_runtime_us echo "600000" > /dev/cgroup/cpu/user/cpu.rt_period_us echo "512" > /dev/cgroup/cpu/cpu.shares echo "512" > /dev/cgroup/cpu/desktop/cpu.shares echo "512" > /dev/cgroup/cpu/applications/cpu.shares echo "25M" > /dev/cgroup/cpu/desktop/memory.limit_in_bytes echo "95M" > /dev/cgroup/cpu/user/memory.limit_in_bytes
The Following User Says Thank You to thingonaspring For This Useful Post: | ||
|
2011-06-09
, 16:51
|
Posts: 34 |
Thanked: 50 times |
Joined on Jun 2010
|
#273
|
|
2011-06-10
, 08:31
|
Posts: 34 |
Thanked: 50 times |
Joined on Jun 2010
|
#274
|
The Following User Says Thank You to thingonaspring For This Useful Post: | ||
|
2011-06-10
, 16:25
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#275
|
The Following User Says Thank You to karam For This Useful Post: | ||
|
2011-06-16
, 09:20
|
Posts: 80 |
Thanked: 25 times |
Joined on Apr 2010
|
#276
|
|
2011-06-16
, 09:21
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#277
|
|
2011-06-16
, 09:31
|
Posts: 80 |
Thanked: 25 times |
Joined on Apr 2010
|
#278
|
|
2011-06-16
, 09:36
|
Banned |
Posts: 695 |
Thanked: 308 times |
Joined on Apr 2011
@ originally pakistan ,now in china
|
#279
|
|
2011-06-16
, 10:32
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#280
|
isnt just CSSU maemo15 is enough for a speedy-est N900 ?i wish if there was a patch for battery life enhancement or less cpu usage.in both cases power consumption would be less and N900 will be JF-17.
Tags |
autobrick, awesome-script, do no install, f***epitaph, install it now, perfect_ n900, script-a-brick, very safe |
Thread Tools | |
|
I've tried just about every performance/battery/"smoothness" patch available over the last 12 months, including :-
- power kernel scaling (250<>805) with vdd1+2
- powervr.ini
- swappolube/IO tuning
- swap on class 10 SD
- "raid" emmc+sd swapfiles
- reduced desktops (1)
- disabled watchdogs
- simplified (i.e. no) transitions
- un-niced xorg
- disabled xorg access control
I've just installed the "cgroup" automatic process grouping patch on top of all these, and even with all the above enabled the patch makes a really noticeable difference to how rapidly the device responds to input, renders web pages, switches tasks, pretty much everything except heavy IO.
To take this patch forward, I think this change belongs in the kernel, rather than a bunch of shell scripts in userland.
It's been implemented in the mainline linux kernels since 2.6.38 (march 2011) see http://kernelnewbies.org/Linux_2_6_38.
Ideally we'd need a diff against 2.6.28 that incorporates the automatic process grouping changes from 2.6.38 and submit it to pali for consideration in kernel-power48.
Over to, er someone, to create the diff. I'll have a go at it myself, but you might be waiting a long time, so I hope someone beats me to it.