Loading java/config/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -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...)) Loading Loading
java/config/config.go +1 −1 Original line number Diff line number Diff line Loading @@ -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...)) Loading