summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Configure dalvik heap parameters for low memory devicesBhargav Upperla2013-08-071-1/+1
| | | | | | | | Reduces after boot memory footprint by about 5-8MB Note: This is for low memory based devices only (~512MB RAM or less) Change-Id: I4b4b9ae3efaff96551457e566bbb9bd4f0f23fd5
* provide overrides for hwui memory limits for xxhdpi phonesSteve Kondik2013-06-011-0/+30
| | | | Change-Id: I8b369619cd07530d0468a5449da30f338c13c7d2
* Add heap configuration for 1080p phones with 2048mSteve Kondik2013-05-171-0/+26
| | | | | | * Increase heap start size to 16m to minimize GC with larger bitmaps Change-Id: I8fbba2e5a2a2cf2d7a6898ca6bae8639d6cf5a19
* 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-224-4/+4
| | | | | | | Copy the correct starting heap size at process init. Interfaces to set GC/managed heap parameters. Change-Id: Ifbc6194310c61c05206f1d425ba5b4ebf8658141
* Fix issue #7271589: Cannot set Ocean HD live wallpaperDianne Hackborn2012-10-032-2/+2
| | | | Change-Id: Id7662c503815293040c240232a6622bd6f6eab37
* Fix issue #7257947: Need to fix heap limits on MakoDianne Hackborn2012-09-302-2/+28
| | | | Change-Id: Id8014b19195b8740bccf000ab66c1b599ba3a1a0
* Configure GC free to be 8MB for devices with >512MB RAM.Ian Rogers2012-09-236-7/+24
| | | | | | b/6606849 Change-Id: Idad46032b4b5d309db0319caeb7a1dfc0550f9f7
* Dalvik heap size for a 10" xhdpi tablet.Dianne Hackborn2012-08-011-0/+22
| | | | Change-Id: Ie47702cda764817e023464944cd6dc5352fc439e
* I am having second thoughts about 512m for the large heap size.Dianne Hackborn2012-06-081-1/+1
| | | | | | | Let's go with 384 megs, half way between the large heap size on Xoom and 512. Change-Id: I4a7f2e5a8b2920b49fa53777725e24811145f5f2
* Add new Dalvik memory limit definition.Dianne Hackborn2012-06-051-0/+23
| | | | | | | | | | This is for a 7in hdpi/tvdpi tablet with 1G of RAM. That sounds kind-of familiar. I don't know. Have I seen such a thing before? Maybe. Bug: 6576049 Change-Id: Iabc245692d5106feec9199eb2b5a3d06e27a9b83
* build: add device-type dalvik heap configsDima Zavin2012-03-234-0/+88
These have been moved from frameworks/base/build Change-Id: Ib0cdf82f4e2d61a1956baabf1fe636f46ddbc13a Signed-off-by: Dima Zavin <dima@android.com>