Skip to content

Commit

Permalink
removed stack size property
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Apr 9, 2011
1 parent 9e94fc6 commit 7ab57d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/pom.xml
Expand Up @@ -292,7 +292,7 @@
<goal>test</goal>
</goals>
<configuration>
<argLine>-Xss64kb -Xmx512m -Xms256m -Djava.awt.headless=true -XX:MaxPermSize=256m -Xss256k</argLine>
<argLine>-Xmx512m -Xms256m -Djava.awt.headless=true -XX:MaxPermSize=256m -Xss256k</argLine>
<parallel>tests</parallel>
<threadCount>5</threadCount>
<!-- note that the groups/excluded groups don't work due to some problem
Expand Down

0 comments on commit 7ab57d3

Please sign in to comment.