From 4e0f7521f208b015e6669abe4c916af29ffb686e Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Sun, 9 Feb 2014 09:24:44 +0800 Subject: [PATCH] Made scala.maxmemory an argument, and defaulted it to 1g. --- public/sting-root/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/sting-root/pom.xml b/public/sting-root/pom.xml index 0179d026f..726e20867 100644 --- a/public/sting-root/pom.xml +++ b/public/sting-root/pom.xml @@ -34,6 +34,7 @@ ${sting.committests.skipped} true false + 1g 4g -Xmx${test.maxmemory} @@ -332,6 +333,11 @@ org.scala-tools maven-scala-plugin 2.15.2 + + + -Xmx${scala.maxmemory} + + org.apache.maven.plugins