]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8798 drop Xmx limitation in quick-build.sh
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 29 Jun 2017 07:55:03 +0000 (09:55 +0200)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Wed, 9 Aug 2017 13:09:54 +0000 (15:09 +0200)
quick-build.sh

index f95f4cdcf3e5a367b5eb6197e2fba11c53d38480..b6a5a5cfdc707bc3479d5c1f2d26fb4255c43e51 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export MAVEN_OPTS='-Xmx256m'
+#export MAVEN_OPTS='-Xmx256m'
 
 cat << 'EOF'