Increase growth limit from 64m to 80m for 1024mb hdpi tablet
Prevents apps hitting oome due to old linear alloc objects being allocated in the java heap causing the heap to be larger than it used to be. Bug: 18707227 Change-Id: Ia49a7e6b24ae9fba1961d600d4599c17313b556b
This commit is contained in:
parent
e9b6f1f7bb
commit
472d2afb19
@ -18,7 +18,7 @@
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.heapstartsize=8m \
|
||||
dalvik.vm.heapgrowthlimit=64m \
|
||||
dalvik.vm.heapgrowthlimit=80m \
|
||||
dalvik.vm.heapsize=384m \
|
||||
dalvik.vm.heaptargetutilization=0.75 \
|
||||
dalvik.vm.heapminfree=512k \
|
||||
|
Loading…
Reference in New Issue
Block a user