summaryrefslogtreecommitdiffstats
path: root/build/phone-xhdpi-1024-dalvik-heap.mk
Commit message (Collapse)AuthorAgeFilesLines
* build/phone-xhdpi-1024-dalvik-heap.mk Revert AOSP heapgrowthlimit change ↵Andrew Bartholomew2013-04-251-1/+1
| | | | | | | | | | | | | | | | 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
* GC triggering performance optimizationsWei Wang2013-02-221-1/+1
| | | | | | | Copy the correct starting heap size at process init. Interfaces to set GC/managed heap parameters. Change-Id: Ifbc6194310c61c05206f1d425ba5b4ebf8658141
* Fix issue #7257947: Need to fix heap limits on MakoDianne Hackborn2012-09-301-2/+2
| | | | Change-Id: Id8014b19195b8740bccf000ab66c1b599ba3a1a0
* Configure GC free to be 8MB for devices with >512MB RAM.Ian Rogers2012-09-231-1/+4
| | | | | | b/6606849 Change-Id: Idad46032b4b5d309db0319caeb7a1dfc0550f9f7
* build: add device-type dalvik heap configsDima Zavin2012-03-231-0/+22
These have been moved from frameworks/base/build Change-Id: Ib0cdf82f4e2d61a1956baabf1fe636f46ddbc13a Signed-off-by: Dima Zavin <dima@android.com>