Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't use eval server for rakudo.jvm
Avoids condition where the invocations using the same server would start
to fail at some point, with occasional information about an OOME.
  • Loading branch information
coke committed Oct 9, 2013
1 parent 16f58c2 commit 188539e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/rakudo.jvm.sh
Expand Up @@ -25,12 +25,4 @@ export LANG=en_US.UTF-8
# swap out the default runner with one that is ulimited
# temporarily ignore memory ulimit. ## ulimit -v 2048576

exec 3> >( ./perl6-eval-server -bind-stdin -cookie TESTCOOKIE -app perl6.jar 2>&1 |
tee eval-server.log )

mv perl6 p6
echo "#!/usr/bin/env perl" > perl6
echo 'exec "perl eval-client.pl TESTCOOKIE run @ARGV";' >> perl6
chmod u+x perl6

perl t/spec/test_summary rakudo.jvm 2>&1 | tee ../rakudo.jvm_summary.out

0 comments on commit 188539e

Please sign in to comment.