Skip to content

Commit

Permalink
fix: update mafen-failsafe configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Dec 30, 2020
1 parent 87678e4 commit 4b923f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion activiti-cloud-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe-plugin.version}</version>
<configuration>
<argLine>-Xmx2048m -XX:MaxPermSize=256m</argLine>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<argLine>-Xmx4096m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4b923f8

Please sign in to comment.