diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-22 14:42:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-29 23:39:55 +0200 |
commit | 1e8b68cbc5108f7d028c70e005bb401584abedcb (patch) | |
tree | 27d36101972a9fc0754bcffbe97fc647be846280 /org.eclipse.jgit.lfs.server.test/BUILD | |
parent | 0e33b32ab73f23150802db778bfe43ba6dafa32f (diff) | |
download | jgit-1e8b68cbc5108f7d028c70e005bb401584abedcb.tar.gz jgit-1e8b68cbc5108f7d028c70e005bb401584abedcb.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>
(cherry picked from commit e19e859977525c2a39aaa928dfdef20e5fab7e3c)
Diffstat (limited to 'org.eclipse.jgit.lfs.server.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.lfs.server.test/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs.server.test/BUILD b/org.eclipse.jgit.lfs.server.test/BUILD index 1341dd6011..fb0d6918fd 100644 --- a/org.eclipse.jgit.lfs.server.test/BUILD +++ b/org.eclipse.jgit.lfs.server.test/BUILD @@ -32,7 +32,7 @@ junit_tests( exclude = TEST_BASE, ), jvm_flags = [ - "-Xmx256m", + "-Xmx512m", "-Dfile.encoding=UTF-8", ], tags = ["lfs-server"], |