summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/BUILD
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-05-22 14:42:43 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-05-22 14:42:43 +0200
commite19e859977525c2a39aaa928dfdef20e5fab7e3c (patch)
tree9f5a7968af8a962043a6373b38a9e7aa25b7277d /org.eclipse.jgit.pgm.test/BUILD
parentefe6d2bb5b71e5a8fa0b96fc73868ca717e1d4f1 (diff)
downloadjgit-e19e859977525c2a39aaa928dfdef20e5fab7e3c.tar.gz
jgit-e19e859977525c2a39aaa928dfdef20e5fab7e3c.zip
Tune max heap size for tests
This is an attempt to fix crashes observed on the new Jenkins infrastructure running on Kubernetes [1]. Increase it to 512m for - org.eclipse.jgit.ant.test - org.eclipse.jgit.http.test - org.eclipse.jgit.lfs.server.test - org.eclipse.jgit.lfs.test - org.eclipse.jgit.pgm.test Decrease it to 768m for - org.eclipse.jgit.test [1] e.g. https://ci-staging.eclipse.org/jgit/job/stable/job/jgit.gerrit/16074/console Change-Id: Id074ed0f7bcb8a13da649a547342af2a08439d9f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/BUILD')
-rw-r--r--org.eclipse.jgit.pgm.test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm.test/BUILD b/org.eclipse.jgit.pgm.test/BUILD
index 5bedf9ade1..f32fa12de8 100644
--- a/org.eclipse.jgit.pgm.test/BUILD
+++ b/org.eclipse.jgit.pgm.test/BUILD
@@ -7,7 +7,7 @@ junit_tests(
name = "pgm",
srcs = glob(["tst/**/*.java"]),
jvm_flags = [
- "-Xmx256m",
+ "-Xmx512m",
"-Dfile.encoding=UTF-8",
],
tags = ["pgm"],