]> source.dussan.org Git - jgit.git/commitdiff
Configure max heap size for Maven build 06/86806/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 9 Dec 2016 10:02:10 +0000 (11:02 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 9 Dec 2016 10:02:10 +0000 (11:02 +0100)
We faced many OOM errors on Hudson recently, so increase maximum heap size.

Change-Id: I81d4d562a06afcd8b4ff7d1f69c4d7f12099afad
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
.mvn/jvm.config [new file with mode: 0644]

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644 (file)
index 0000000..9b109f3
--- /dev/null
@@ -0,0 +1 @@
+-Xmx1024m
\ No newline at end of file