summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartholomew <andrewb03@gmail.com>2013-04-25 13:48:21 -0400
committerAndrew Bartholomew <andrewb03@gmail.com>2013-04-25 14:28:43 -0400
commit8310b9df8bb913ff4990ddc9a42781737a6aca3c (patch)
tree64830e878217a974fed67bb5616a58cbe09b99a2
parent8c4be653e9e412ed9425e843e40a8037d084fd6d (diff)
downloadframeworks_native-8310b9df8bb913ff4990ddc9a42781737a6aca3c.zip
frameworks_native-8310b9df8bb913ff4990ddc9a42781737a6aca3c.tar.gz
frameworks_native-8310b9df8bb913ff4990ddc9a42781737a6aca3c.tar.bz2
build/phone-xhdpi-1024-dalvik-heap.mk Revert AOSP heapgrowthlimit change from 64 to 96
This reverts part of AOSP change at https://android.googlesource.com/platform/frameworks/native/+/c84e9844d621223d14178be521 Possible performance issues have arisen because of it. Discussion at http://code.google.com/p/android/issues/detail?id=40961 Patch Set 2: Clean up commit message Change-Id: Id7e3324607f92553a98e4d47da58a322e4fba657
-rw-r--r--build/phone-xhdpi-1024-dalvik-heap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phone-xhdpi-1024-dalvik-heap.mk b/build/phone-xhdpi-1024-dalvik-heap.mk
index 20f365f..e6af2f7 100644
--- a/build/phone-xhdpi-1024-dalvik-heap.mk
+++ b/build/phone-xhdpi-1024-dalvik-heap.mk
@@ -18,7 +18,7 @@
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapstartsize=8m \
- dalvik.vm.heapgrowthlimit=96m \
+ dalvik.vm.heapgrowthlimit=64m \
dalvik.vm.heapsize=256m \
dalvik.vm.heaptargetutilization=0.75 \
dalvik.vm.heapminfree=2m \