]> source.dussan.org Git - sonarqube.git/commitdiff
increase default memory used in quick-build.sh
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 17 Jan 2011 21:59:06 +0000 (22:59 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 17 Jan 2011 21:59:06 +0000 (22:59 +0100)
quick-build.sh

index fe5fb3708b77c791b18e4e3979bc01b58f92748a..07a4817ffa3080baf9333da612067c6071840fcb 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
 
-# it is recommended to use maven 3.0-beta-1 (or more) for faster builds
+export MAVEN_OPTS='-Xmx512m'
+
+# it is recommended to use maven 3 for faster builds
 mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
\ No newline at end of file