Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77c011ba authored by Romain Guy's avatar Romain Guy
Browse files

Set default heap size to 5MB.

Change-Id: Iac8ae3cbe6b431767776653c9f430983172cfb6f
parent 208bb08a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();