am 77c011ba: Set default heap size to 5MB.
Merge commit '77c011ba75ee1403c9b7626e4676cd3c8746605b' into gingerbread-plus-aosp * commit '77c011ba75ee1403c9b7626e4676cd3c8746605b': Set default heap size to 5MB.
This commit is contained in:
@@ -563,6 +563,8 @@ public class ZygoteInit {
|
||||
|
||||
public static void main(String argv[]) {
|
||||
try {
|
||||
VMRuntime.getRuntime().setMinimumHeapSize(5 * 1024 * 1024);
|
||||
|
||||
// Start profiling the zygote initialization.
|
||||
SamplingProfilerIntegration.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user