mirror of https://github.com/apache/jclouds.git
updated to avoid memory problems using soylatte
This commit is contained in:
parent
9df794f924
commit
4b38c49000
|
@ -326,7 +326,7 @@
|
||||||
<goal>test</goal>
|
<goal>test</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-Xmx512m -Xms256m -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
|
||||||
|
|
Loading…
Reference in New Issue