aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-06-29 09:55:03 +0200
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>2017-08-09 15:09:54 +0200
commit413007128acd4e5e776b4dc50d307935bff4bc8b (patch)
tree07ded55f9cc5c8b54eae559e8d6c673ec447d6df /quick-build.sh
parentc0e664733401583cd5db8483228d583b1796e5e7 (diff)
downloadsonarqube-413007128acd4e5e776b4dc50d307935bff4bc8b.tar.gz
sonarqube-413007128acd4e5e776b4dc50d307935bff4bc8b.zip
SONAR-8798 drop Xmx limitation in quick-build.sh
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh
index f95f4cdcf3e..b6a5a5cfdc7 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-export MAVEN_OPTS='-Xmx256m'
+#export MAVEN_OPTS='-Xmx256m'
cat << 'EOF'