Skip to content

Commit

Permalink
Tune the eval server max heap and permgen for best spectest time.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldh committed Jun 10, 2014
1 parent a7dd964 commit 15002e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-jvm-runner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub install {
else {
install "perl6-j", "java $jopts perl6";
install "perl6-jdb-server", "java -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n $jopts perl6";
install "perl6-eval-server", "java -Xmx2500m -XX:MaxPermSize=250m $jopts org.perl6.nqp.tools.EvalServer";
install "perl6-eval-server", "java -Xmx3000m -XX:MaxPermSize=200m $jopts org.perl6.nqp.tools.EvalServer";
cp(File::Spec->catfile($nqpprefix,'bin','eval-client.pl'), '.')
or die "Couldn't copy 'eval-client.pl' from $nqpprefix: $!";
}

0 comments on commit 15002e3

Please sign in to comment.