Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
On JVM, CORE.setting now compiles comfortably in 800m heap.
  • Loading branch information
donaldh authored and moritz committed Apr 16, 2014
1 parent 7297b01 commit 626fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -12,7 +12,7 @@ PERL6_LANG_DIR = $(PREFIX)/languages/perl6

NQP_JARS = @nqp_jars@

J_RUN_PERL6 = $(JAVA) -Xss1m -Xms500m -Xmx1600m -Xbootclasspath/a:.@cpsep@$(NQP_JARS)@cpsep@rakudo-runtime.jar@cpsep@perl6.jar -cp @nqp_classpath@ perl6
J_RUN_PERL6 = $(JAVA) -Xss1m -Xms500m -Xmx800m -Xbootclasspath/a:.@cpsep@$(NQP_JARS)@cpsep@rakudo-runtime.jar@cpsep@perl6.jar -cp @nqp_classpath@ perl6

RUNTIME_JAVAS = src/vm/jvm/runtime/org/perl6/rakudo/*.java

Expand Down

0 comments on commit 626fd39

Please sign in to comment.