mirror of https://github.com/apache/cloudstack.git
server: give more memory to tests
Increases allowed max and permgen memory flags to maven-surefire plugins. This fixes unit test failures in cloud-server. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
546a3f8884
commit
fd7273b446
|
|
@ -180,7 +180,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>-Xmx1024m -Djava.security.egd=file:/dev/./urandom</argLine>
|
||||
<argLine>-Xmx2048m -XX:MaxPermSize=512m -Djava.security.egd=file:/dev/./urandom</argLine>
|
||||
<excludes>
|
||||
<exclude>%regex[.*[0-9]*To[0-9]*.*Test.*]</exclude>
|
||||
<exclude>com/cloud/upgrade/AdvanceZone223To224UpgradeTest</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue