aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.bat
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-11-01 16:00:24 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-11-01 16:00:24 +0100
commitc82947ddae882085f31e959e76b74822486c0a39 (patch)
tree9f4e01f3c1668829fc8efc431d333913adf691d2 /quick-build.bat
parent72f25528086e0578f34c857cc7d675c952bb355e (diff)
downloadsonarqube-c82947ddae882085f31e959e76b74822486c0a39.tar.gz
sonarqube-c82947ddae882085f31e959e76b74822486c0a39.zip
Define JVM memory options in scripts used on developer box
Diffstat (limited to 'quick-build.bat')
-rw-r--r--quick-build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.bat b/quick-build.bat
index 84f70ef861b..d60c0688b92 100644
--- a/quick-build.bat
+++ b/quick-build.bat
@@ -1,2 +1,2 @@
-set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256m
+set MAVEN_OPTS=-Xmx256m
mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev %*