Skip to content

Commit

Permalink
Set stack size for JVM when Nix-wrapping LLVM matching (#832)
Browse files Browse the repository at this point in the history
This is a small follow-up for #827
  • Loading branch information
geo2a authored Aug 25, 2023
1 parent 2cd7199 commit f3e2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/llvm-backend-matching.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let
test -f "$out/share/java/llvm-backend-matching-1.0-SNAPSHOT-jar-with-dependencies.jar"
makeWrapper ${jdk11_headless}/bin/java $out/bin/llvm-backend-matching \
--add-flags "-jar $out/share/java/llvm-backend-matching-1.0-SNAPSHOT-jar-with-dependencies.jar"
--add-flags "-Xss32m -jar $out/share/java/llvm-backend-matching-1.0-SNAPSHOT-jar-with-dependencies.jar"
'';

# Add build dependencies
Expand Down

0 comments on commit f3e2923

Please sign in to comment.