removed stack size property

This commit is contained in:
Adrian Cole 2011-04-09 03:39:18 -07:00
parent e15c3b7c4f
commit 0349c29d50

View File

@ -292,7 +292,7 @@
<goal>test</goal> <goal>test</goal>
</goals> </goals>
<configuration> <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> <parallel>tests</parallel>
<threadCount>5</threadCount> <threadCount>5</threadCount>
<!-- note that the groups/excluded groups don't work due to some problem <!-- note that the groups/excluded groups don't work due to some problem