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

Commit 157fa0ac authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 77c011ba: Set default heap size to 5MB.

Merge commit '77c011ba' into gingerbread-plus-aosp

* commit '77c011ba':
  Set default heap size to 5MB.
parents 1a326022 77c011ba
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();