Re: [android-porting] RAM optimization

2011-08-21 Thread Dianne Hackborn
You really really do not want to just poke values in to these things trying to find something that seems to work. There are a lot of reasons a device can be "laggy." Specifically in terms of RAM, this is usually a matter of how much paging the kernel needs to do as your running apps use their ram

[android-porting] RAM optimization

2011-08-20 Thread Pradeep
Hi, I am trying to reduce some lagginess in my platform and wanted to try out some tweaks as mentioned in following link http://forum.xda-developers.com/showthread.php?t=145 It is trying to change values of following parameters /proc/sys/vm/swappiness /proc/sys/vm/vfs_cache_pressure /proc/s