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

Commit c33f7999 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Increase R8 max heap size to 4GB.

Bug: 241220562
Test: Manual
Change-Id: I983ded61b3a588e3d3b5c8e71596f80aaa2d59e6
parent bfe0342e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ func init() {
	// D8 invocations are shorter lived, so we restrict their JIT tiering relative to R8.
	// Note that the `-JXX` prefix syntax is specific to the R8/D8 invocation wrappers.
	exportedVars.ExportStringListStaticVariable("D8Flags", append([]string{
		"-JXmx2048M",
		"-JXmx4096M",
		"-JXX:+TieredCompilation",
		"-JXX:TieredStopAtLevel=1",
	}, dexerJavaVmFlagsList...))