Skip to content

Commit

Permalink
out of heap space
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Feb 2, 2020
1 parent 65858a4 commit 0d88533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor/compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ call %GRAALVM_HOME%\bin\native-image.cmd ^
"--verbose" ^
"--allow-incomplete-classpath" ^
"--no-fallback" ^
"-J-Xmx4g"
"-J-Xmx5g"

if %errorlevel% neq 0 exit /b %errorlevel%

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build/bootleg: target/uberjar/bootleg-$(VERSION)-standalone.jar
--allow-incomplete-classpath \
--no-fallback \
--no-server \
"-J-Xmx4g"
"-J-Xmx5g"

copy-libs-to-resource:
-cp $(GRAALVM)/jre/lib/sunec.lib resources
Expand Down

0 comments on commit 0d88533

Please sign in to comment.