Skip to content

Commit

Permalink
system.prop: reduce Dalvik heap size slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 27, 2013
1 parent 45d44d6 commit 55b3da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system.prop
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ro.qualcomm.bluetooth.ftp=true
ro.cwm.enable_key_repeat=true ro.cwm.enable_key_repeat=true


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


# Display # Display
Expand Down

0 comments on commit 55b3da5

Please sign in to comment.