Quote:
Originally Posted by UpInTheAir
This works for me.........
Faster home screen scrolling; change value 256m > 128m ;
dalvik.vm.heapsize=128m
|
I'm part of the Omega team, and I was testing various build.prop tweaks regarding vm heap size a few days back.
I found the following settings to be optimal on my GS3 with Omega 4.1/4.2
dalvik.vm.heapstartsize=8m (This is the initial size of a Dalvik VM heap when created)
dalvik.vm.heapgrowthlimit=64m (This is the maximum size a Dalvik VM heap can grow to)
dalvik.vm.heapsize=64m (This is the maximum size a Dalvik VM heap can grow to for 'large heap' apps - apps that specify android:largeHeap=true in their application manifest)
I saw good results with these settings, but, I cant be sure that dalvik.vm.heapsize set to 64m wont create problems on some larger apps that Ive not used extensively, or dont have installed.
So I'm recommending the following settings. These settings didnt make it into Omega 5.0 but hopefully will make it into the next version by default:
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=128m
Quote:
Originally Posted by UpInTheAir
Force launcher to stay in memory; add to build.prop
ro.HOME_APP_ADJ=1
Doubt it's placebo, but seems to be working  Very little redraw with TW Launcher
|
Complete Placebo
in ICS, and ADJ settings in build.prop are ignored.
These settings in ICS are in services.jar
Current Devices: Sony Xperia Mini Pro | Samsung Galaxy Note 2 |
Main Device: Samsung Galaxy Note 2 [Latest version / beta of Paranoid Android 3.15
If this post was useful, please hit the Thanks button
|