Skip to content

Commit

Permalink
Workaround for jenkins builds failing with "Java heap space" errors
Browse files Browse the repository at this point in the history
Fixes #463
  • Loading branch information
iloveeclipse committed Feb 12, 2024
1 parent 4327aa9 commit 874819d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-XX:+PrintFlagsFinal
-Xmx2g
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-Pbuild-individual-bundles
-Dtycho.surefire.deleteWorkDir=true
-Dtycho.localArtifacts=ignore
-Dtycho.localArtifacts=ignore

0 comments on commit 874819d

Please sign in to comment.