removed stack size property

This commit is contained in:
Adrian Cole 2011-04-09 03:39:18 -07:00
parent 9e94fc6fc9
commit 7ab57d3a1f
1 changed files with 1 additions and 1 deletions

View File

@ -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