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