Skip to content

Commit

Permalink
Increase max space for build in CI to 1.5 gigabytes
Browse files Browse the repository at this point in the history
* With the old 1gb setting the CI sometimes resulted in OutOfMemory Errors
  • Loading branch information
stefanhahmann committed Sep 18, 2024
1 parent e1d4a40 commit e674f61
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 @@ -121,7 +121,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<configuration>
<argLine>-Xms256m -Xmx1024m</argLine>
<argLine>-Xms256m -Xmx1536m</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e674f61

Please sign in to comment.