![]() |
Lagging Solutions for N9
I've installed fasterN9 and still suffering tons of lag especially playing urban fat burner. are there any other easy methods of speeding up the phone?
|
Maybe you can overclock your phone - frew month ago i read about a software called opptimizer. But when you do this your phone gets faster battery drain ...
|
Re: Lagging Solutions for N9
not true, overclock is awesome!
|
apparently to use that app inception needs to be installed. I'm not sure if i wanna do this and even if i did I'm not sure that i can install inception as is. i might need to undo some of the tweaks or even reflash the phone. this ceases to be an EASY solution.
|
Re: Lagging Solutions for N9
maybe you want to check what is causing the lag first... ie are other processes eating up the cpu cycles, are you running low on memory... and focus on those issues before you start shotgun-style installing foo speed tweaks or overclocking the device.
Just my EUR0.02, conditions may apply. |
sound advice, but i don't know how to do all that.
|
Re: Lagging Solutions for N9
3 Attachment(s)
i got resource monitor from the ovi store although some reviews claimed it's inaccurate. unless there's alternatives suggested this is what i got and here's the screen shots. I don't know what to make of it. also i remember reading something a while back on everything N9 about altering the usage and allocation of swap but it looked mad complicated.
|
Re: Lagging Solutions for N9
Well thanks for taking the long shot.
To me it looks like your RAM is full and whatever more needs shuffling goes to the swap space (which is much slower). I just don't know if this comes from lazy un-caching or a serious memory hog. Could you get a similar listing as for CPU% with the top RAM allocators? |
Re: Lagging Solutions for N9
1 Attachment(s)
i guess this is what you're asking to see?
|
Re: Lagging Solutions for N9
i realized that the pic is hard to read. this is more legible.
Code:
Mem: 965924K used, 42724K free, 0K shrd, 34084 |
Re: Lagging Solutions for N9
Looks like the resource monitor from ovi store doesn't show buffers/cache, which makes it useless for following RAM usage.
RAM should be in use so that's normal, question is how much of it is used as cache and thus reallocated when some application needs it. Running "free" from the command line would be more informative. Code:
~ $ free -m @Yisroel. Your top output seems to be cropped from the right side so names of the processes aren't shown. Try to print out something like this: Code:
Mem: 778016K used, 230632K free, 0K shrd, 18144K buff, 296660K cached |
Re: Lagging Solutions for N9
Quote:
Funny, I posted somehow related thread on memory consumption a way back (don't have the time to look it up). The reply I got was "linux uses all the available memory by default". I also noticed phone lagging VERY much once RAM is 100% full (and swap is necessary). This makes sense as flash is slow(seems to be especially slow on N9 but that is my own opinion). |
Re: Lagging Solutions for N9
Quote:
Bit off-topic, but the performance of N9's flash storage seems to vary quite wildly from N9 to another, Maybe Nokia aquired chips from several sources. For example I have two N9's which give very different results using hdparm.: Rev. 1603 Serial: 5093798 Code:
~ # for i in {1 2 3}; do hdparm -tT /dev/mmcblk0 2>/dev/null; done Code:
~ # for i in {1 2 3}; do hdparm -tT /dev/mmcblk0 2>/dev/null; done |
Re: Lagging Solutions for N9
okay it was difficult to maneuver but i managed to copy top's output from landscape mode.
Code:
Mem: 980084K used, 28564K free, 0K shrd, 37772K buff, 443284K cached and here's the output for free. Code:
~ $ free -m |
Re: Lagging Solutions for N9
Quote:
|
Quote:
it just cuts them off. lol. but in landscape you can get pretty much the whole line. probably not the best solution especially if you want to be on your desktop. |
Re: Lagging Solutions for N9
Quote:
|
Re: Lagging Solutions for N9
You could try using DropCache from the ovi store. It seems to help me and speed my N9 up if it's been busy for a while.
Worth checking out: http://everythingn9.com/drop-cache-f...an-app-review/ |
Re: Lagging Solutions for N9
@Jeffery04
hey that actually worked pretty well. i can actually play urban fat burners now. but like you said it isn't a real remedy for whatever is lagging out the memory. but at least now I'll be able to achieve my anti junk food trophy :) @AndyNokia232 picked up and used the app and here are the results: Code:
Mem: 673224K used, 335424K free, 0K shrd, 12860K buff, 181308K cached |
Re: Lagging Solutions for N9
Quote:
There was an article on everythingn9 at some point last month I think (about swap) |
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:37. |
vBulletin® Version 3.8.8