Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.mvn/jvm.config2
-rw-r--r--.mvn/mvn.config2
2 files changed, 4 insertions, 0 deletions
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 0000000000..af2ead2e41
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1,2 @@
+-Xmx512m
+-XX:MaxPermSize=256m
diff --git a/.mvn/mvn.config b/.mvn/mvn.config
new file mode 100644
index 0000000000..29f89cec83
--- /dev/null
+++ b/.mvn/mvn.config
@@ -0,0 +1,2 @@
+-T 8
+-e

Back to the top