Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/.mvn
diff options
context:
space:
mode:
authorThomas Wolf2016-01-11 17:54:15 +0000
committerMatthias Sohn2016-01-23 22:25:05 +0000
commit59867e05091568515731909ab4f6120b678fa896 (patch)
tree2f683a7352c5d5344bbe63a1fdebdfffb758dae7 /.mvn
parentd4b3bbf6f76fcf71e231cc2f747c7d6f8216370c (diff)
downloadegit-59867e05091568515731909ab4f6120b678fa896.tar.gz
egit-59867e05091568515731909ab4f6120b678fa896.tar.xz
egit-59867e05091568515731909ab4f6120b678fa896.zip
[test log] Unify pom.xml for tests and configure JVM
- Move the mac and not-mac profiles into the global pom. - Move the coretest.vmargs (empty) and uitest.vmargs (with defaults) there. - Remove the profiles for selecting the target platform. Target platform can be configured directly, e.g.: $ mvn clean install -Dtarget-platform=egit-4.4 - Configure max heap size (1GB) and max perm gen size (150MB). Max values observed by monitoring JVM during Maven build were ~400MB (heap) and ~100MB (permgen). Change-Id: Ia210bad67889cdad9dbf269216a1554af249a9ed Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to '.mvn')
-rw-r--r--.mvn/jvm.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000000..2a7318d6c9
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1 @@
+-Xmx1024m -XX:MaxPermSize=150m

Back to the top