Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
system.prop: bump Dalvik heap size
Gallery is crashing when performing an image flip due to OOM.

This reverts commit 465b43c.
  • Loading branch information
Daz Jones committed Jan 26, 2013
1 parent 59ed2cd commit ab269b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system.prop
Expand Up @@ -15,8 +15,8 @@ ro.qualcomm.bluetooth.ftp=true
ro.cwm.enable_key_repeat=true

# Dalvik
dalvik.vm.heapgrowthlimit=32m
dalvik.vm.heapsize=76m
dalvik.vm.heapgrowthlimit=36m
dalvik.vm.heapsize=128m
dalvik.vm.heapstartsize=5m

# Display
Expand Down

0 comments on commit ab269b0

Please sign in to comment.