Skip to content

Commit

Permalink
fix: add argLine -Xmx2048m -XX:MaxPermSize=256m for maven-failsafe-pl…
Browse files Browse the repository at this point in the history
…ugin
  • Loading branch information
igdianov committed Dec 30, 2020
1 parent dd924af commit 87678e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activiti-cloud-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<configuration>
<argLine>-Xmx2048m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>com.mysema.maven</groupId>
Expand Down

0 comments on commit 87678e4

Please sign in to comment.