Skip to content

Commit

Permalink
Reduce ptrans thread stack size in itests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jul 7, 2015
1 parent 58568ea commit b9e8545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void before() throws Exception {
ptransProcessBuilder.redirectOutput(ptransOut);
ptransProcessBuilder.redirectError(ptransErr);

ptransProcessBuilder.command(JAVA, "-jar", PTRANS_ALL);
ptransProcessBuilder.command(JAVA, "-Xss228k", "-jar", PTRANS_ALL);
}

protected void assertPtransHasStarted(Process process, File output) throws Exception {
Expand Down

0 comments on commit b9e8545

Please sign in to comment.