Skip to content

Commit 03653e9

Browse files
committed
Increase ram for ParparVM builds
1 parent f4e9392 commit 03653e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/codenameone-maven-plugin/src/main/java/com/codename1/builders/IPhoneBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ public void usesClassMethod(String cls, String method) {
15271527

15281528
debug("Building using addLibs="+addLibs);
15291529
try {
1530-
if (!exec(userDir, env, 420000, "java", "-DsaveUnitTests=" + isUnitTestMode(), "-DfieldNullChecks=" + fieldNullChecks, "-DINCLUDE_NPE_CHECKS=" + includeNullChecks, "-DbundleVersionNumber=" + bundleVersionNumber, "-Xmx384m",
1530+
if (!exec(userDir, env, 420000, "java", "-DsaveUnitTests=" + isUnitTestMode(), "-DfieldNullChecks=" + fieldNullChecks, "-DINCLUDE_NPE_CHECKS=" + includeNullChecks, "-DbundleVersionNumber=" + bundleVersionNumber, "-Xmx2048m",
15311531
"-jar", parparVMCompilerJar, "ios",
15321532
classesDir.getAbsolutePath() + ";" + resDir.getAbsolutePath() + ";" +
15331533
buildinRes.getAbsolutePath(),

0 commit comments

Comments
 (0)