Skip to content

Commit

Permalink
Lower memory limit to fit in CI and graal update
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Feb 10, 2021
1 parent f734917 commit b1a7fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deploy

env:
GRAAL_VERSION: "20.1.0.java11"
GRAAL_VERSION: "20.3.0.java11"
TOOLS_CLI_VERSION: "1.10.1.716" # or "latest"

# on:
Expand Down
4 changes: 1 addition & 3 deletions scripts/compile-native-image
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export __CLOSH_USE_SCI_EVAL__=true
-H:IncludeResources="$SQLITE_RESOURCES" \
-H:JNIConfigurationFiles=jni.json \
-H:ReflectionConfigurationFiles=reflection.json \
--initialize-at-run-time=java.lang.Math\$RandomNumberGeneratorHolder \
--initialize-at-build-time \
-H:Log=registerResource: \
-H:EnableURLProtocols=http,https \
Expand All @@ -47,6 +46,5 @@ export __CLOSH_USE_SCI_EVAL__=true
--no-fallback \
--no-server \
--report-unsupported-elements-at-runtime \
-H:+TraceClassInitialization \
-H:+PrintClassInitialization \
-J-Xmx16g
-J-Xmx6g

0 comments on commit b1a7fd3

Please sign in to comment.