![]() |
Re: Lagging Solutions for N9
Quote:
@Yisroel Good. Nothing out of ordinary in CPU usage, but something seems to be hogging your RAM. Try to hit "m" key while running top and it will sort processes by highest memory usage. Maybe some app has a memory leak or has crashed and is still reserving RAM for itself. You are also running some daemon called theshaketorchd in the background, which is using some CPU and RAM. Though if you find the app useful and haven't experienced too much of battery drain t's probably not a problem. PS. While looking at this I also ran top on my own phone ane noticed that cutetube had crashed (I didn't have it open and I have disabled the cutetubed daemon) and hogging over 200MB of RAM. :) To kill processes you have two ways. Using PID (process ID), which you can see from top or ps output. Or by using the name of the process. Former is done with command "kill [PID]" and latter by command killall [name]. Both take flag -9 to force kill if the process doesn't respond. So for example: Code:
$ killall -9 cutetube |
Re: Lagging Solutions for N9
...or use 'kill -9 $(pidof process_name)' -- SIGHUP may be a better first try than forcekill.
|
here's what i got. is there anything that shouldn't be there? i don't wanna start killing processes without knowing what they are.
Code:
Mem: 712988K used, 295660K free, 0K shrd, 9740K buff, 197776K cached |
Re: Lagging Solutions for N9
Everything there looks normal. Now you have also more free memory (ca. 305MB) compared to your previous posting.
There also exists app called n9-button monitor, which lets you to use long press of volume keys to light the flash LED when the phone is idle. I haven't used that shaketorch app yet and I don't really know if polling accelometer is more resource intensive (just have a gut feeling it might be), but maybe someone with more knowledge can comment on that. Other than that your N9 is probably as fast as it can be without overclocking. Even if this device is quite tweakable the hardware has its limits. Also if swapping becomes a problem, then reducing systems tendency to swap *might help a little. I expect that you won't even notice the difference, but if you wish to try you can write some smaller value to /proc/sys/vm/swappiness (default if I recall correct is 25). Smaller value means that kernel will be more conservative in moving pages to swap. Values can range from 0 to 100. Example: Code:
~ # cat /proc/sys/vm/swappiness |
Re: Lagging Solutions for N9
Quote:
|
All times are GMT. The time now is 06:38. |
vBulletin® Version 3.8.8