![]() |
Re: [announce] swappolube to lubricate your gui
Quote:
Besides, if I want to keep my warranty, it has to be an Original Nokia Accessory, the GT-003. Have you seen the prices on those? |
Re: [announce] swappolube to lubricate your gui
wow.. it really boosted my n900!!
Thanks |
Re: [announce] swappolube to lubricate your gui
Quote:
Or a wiki page would be nice for this package and for the settings it use. [1] http://www.linuxjournal.com/article/7539 (Edit: I did as an example for laptop_mode.) (Edit2: Oh, didn't try this link in the first post. Maybe they are all there already. And seems also now underneath an another link. But links to actual Linux kernel docs are missing in both.) |
Re: [announce] swappolube to lubricate your gui
Not quite support (And maybe mentioned in here already - apologies if it is)
But a good little description of most of the above, none the less - http://www.freemaemohelp.com/home/-/ablog/entryId/36094 |
Re: [announce] swappolube to lubricate your gui
echo "30" > /proc/sys/vm/swappiness
Tendency to swap. 0 means swap as a last resort, 100 is swap as soon as possible. echo "0" > /proc/sys/vm/page-cluster page-cluster controls the number of pages which are written to swap in a single attempt. The swap I/O size. echo "1" > /proc/sys/vm/laptop_mode Laptop mode is used to minimize the time that the hard disk needs to be spun up, to conserve battery power on laptops. echo "1" > /proc/sys/vm/oom_kill_allocating_task When out of memory, the OS will kill a task to revive. When 0, kills the largest task. When 1, it kills the task that requested the memory. echo "0" > /proc/sys/vm/dirty_expire_centisecs echo "0" > /proc/sys/vm/dirty_writeback_centisecs The VM subsystem, in the Linux kernel, buffers writes to files that applications perform for a period of time. This caching allows the kernel to group consecutive writes into one big write, and to generally optimize the disk IO to be the most efficient. The kernel, by default, will start writing out data to disk after 5 seconds, so, if a power failure or kernel crash happens, at most, 5 seconds of data would be lost. echo "60" > /proc/sys/vm/dirty_background_ratio Contains, as a percentage of total system memory, the number of pages at which the pdflush background writeback daemon will start writing out dirty data. echo "95" > /proc/sys/vm/dirty_ratio Contains, as a percentage of total system memory, the number of pages at which a process which is generating disk writes will itself start writing out dirty data. echo "0" > /proc/sys/net/ipv4/tcp_timestamps echo "1" > /proc/sys/net/ipv4/tcp_no_metrics_save These settings disable some of the features of TCP as defined by the RFC. Not the best links out there, but it's a first effort. ETA: Wow, it looked better in preview mode :P |
Re: [announce] swappolube to lubricate your gui
which settings get reset at boot and which settings i can change without fighting with the swappo?
|
Re: [announce] swappolube to lubricate your gui
Some comments:
Quote:
More precisely - swapout. With 100 the kernel swaps out anything but it doesn't erase it from memory and uses it if it is still in memory. The value 100 guarantee your a minimal time for your application load or swap in, for exam - in a middle of your video somebody calls you and kernel starts downloading phone application immediately. As disadvantage, 100 forces a flash channel I/O high usage which decreases a performance of downloading because it services swapout each time. It also decreases battery time life because kernel does a lot of unnecessary work. Quote:
Quote:
Quote:
Actually, it is not good things because "laptop_mode" was designed for disks - it tries to group multiple writes in short time instead of spreading it, so, it is a good for disks spin down. But it has no sense for flash-based systems like N900 and introduces a serious danger of losing old files. |
Re: [announce] swappolube to lubricate your gui
I'm Sorry, but I do not understand what is this application, you can explain?
Thanks |
Re: [announce] swappolube to lubricate your gui
Quote:
|
Re: [announce] swappolube to lubricate your gui
Thanks a lot, noticed an immediate speed increase.
|
| All times are GMT. The time now is 09:06. |
vBulletin® Version 3.8.8