klte-common: Increase heap start size to 16m to minimize GC with larger bitmaps
Change-Id: I89af5e94c9aafdc6007c84d3fce60e4db349e967
This commit is contained in:
parent
98e211ff8c
commit
b7220270dc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ audio.offload.buffer.size.kb=32
|
|||
camera2.portability.force_api=1
|
||||
|
||||
# Dalvik heap
|
||||
dalvik.vm.heapstartsize=8m
|
||||
dalvik.vm.heapstartsize=16m
|
||||
dalvik.vm.heapgrowthlimit=192m
|
||||
dalvik.vm.heapsize=512m
|
||||
dalvik.vm.heaptargetutilization=0.75
|
||||
|
|
Loading…
Reference in a new issue