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 authored and tinevez committed Sep 23, 2024
1 parent 528a321 commit 44564eb
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 44564eb

Please sign in to comment.