Skip to content

Commit 64dbd4f

Browse files
committed
Drop Xmx flag from native-image.properties.
1 parent 880fec4 commit 64dbd4f

File tree

8 files changed

+6
-13
lines changed

8 files changed

+6
-13
lines changed

sulong/mx.sulong/native-image.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
Requires = language:nfi
55

6-
JavaArgs = -Xmx3G
7-
86
Args = -H:MaxRuntimeCompileMethods=10000 \
97
-H:+AddAllCharsets \
108
--initialize-at-build-time=com.oracle.truffle.llvm,org.antlr.v4.runtime

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/19.3.0.0/r/jre/languages/R/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ JavaArgs = \
1414
-Dfastr.internal.usenativeeventloop=false \
1515
-Dfastr.internal.defaultdownloadmethod=wget \
1616
-Dfastr.internal.ignorejvmargs=true \
17-
-Dfastr.use.remote.grid.awt.device=true \
18-
-Xmx6G
17+
-Dfastr.use.remote.grid.awt.device=true
1918

2019
LauncherClass = com.oracle.truffle.r.launcher.RMain
2120
LauncherClassPath = lib/graalvm/launcher-common.jar:languages/R/fastr-launcher.jar

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.0.0.0/jre/languages/python/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires = tool:regex language:llvm
88
LauncherClass = com.oracle.graal.python.shell.GraalPythonMain
99
LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-launcher.jar
1010

11-
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
11+
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=python
1212

1313
Args = -H:MaxRuntimeCompileMethods=7000 \
1414
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.0.1.0/jre/languages/python/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires = tool:regex language:llvm
88
LauncherClass = com.oracle.graal.python.shell.GraalPythonMain
99
LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-launcher.jar
1010

11-
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
11+
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=python
1212

1313
Args = -H:MaxRuntimeCompileMethods=7000 \
1414
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/python/1.1.0.0/jre/languages/python/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires = tool:regex language:llvm
88
LauncherClass = com.oracle.graal.python.shell.GraalPythonMain
99
LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-launcher.jar
1010

11-
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
11+
JavaArgs = -Dpolyglot.image-build-time.PreinitializeContexts=python
1212

1313
Args = -H:MaxRuntimeCompileMethods=7000 \
1414
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/r/1.0.1.0/jre/languages/R/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ JavaArgs = \
1414
-Dfastr.internal.usenativeeventloop=false \
1515
-Dfastr.internal.defaultdownloadmethod=wget \
1616
-Dfastr.internal.ignorejvmargs=true \
17-
-Dfastr.use.remote.grid.awt.device=true \
18-
-Xmx6G
17+
-Dfastr.use.remote.grid.awt.device=true
1918

2019
LauncherClass = com.oracle.truffle.r.launcher.RMain
2120
LauncherClassPath = lib/graalvm/launcher-common.jar:languages/R/fastr-launcher.jar

vm/src/org.graalvm.component.installer.test/src/org/graalvm/component/installer/repo/r/1.1.0.0/jre/languages/R/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ JavaArgs = \
1414
-Dfastr.internal.usenativeeventloop=false \
1515
-Dfastr.internal.defaultdownloadmethod=wget \
1616
-Dfastr.internal.ignorejvmargs=true \
17-
-Dfastr.use.remote.grid.awt.device=true \
18-
-Xmx6G
17+
-Dfastr.use.remote.grid.awt.device=true
1918

2019
LauncherClass = com.oracle.truffle.r.launcher.RMain
2120
LauncherClassPath = lib/graalvm/launcher-common.jar:languages/R/fastr-launcher.jar
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# This file contains native-image arguments needed to build graal-wasm
22

3-
JavaArgs = -Xmx6G
4-
53
Args = -H:MaxRuntimeCompileMethods=2000 \
64
--initialize-at-build-time=org.graalvm.wasm

0 commit comments

Comments
 (0)