Skip to content

Commit

Permalink
Merge pull request #246 from jtnord/surefire-optimization
Browse files Browse the repository at this point in the history
Optimize the Maven Surefire JVM to speedup tests
  • Loading branch information
oleg-nenashev authored Oct 22, 2019
2 parents 86bf806 + df54992 commit b8f0936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseProfiles> </releaseProfiles>
<arguments> </arguments>
<argLine>-Xmx768M -Djava.awt.headless=true</argLine>
<argLine>-Xms768M -Xmx768M -Djava.awt.headless=true -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1</argLine>
<jenkins.version>2.138.4</jenkins.version>
<!-- Should only need to override these if using timestamped snapshots (but better to use Incrementals instead): -->
<jenkins-core.version>${jenkins.version}</jenkins-core.version>
Expand Down

0 comments on commit b8f0936

Please sign in to comment.