]> source.dussan.org Git - sonarqube.git/commitdiff
Put ES javaOpts arguments on one line
authorMidgard <M1dgard@users.noreply.github.com>
Sun, 18 Feb 2018 00:07:20 +0000 (01:07 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 22 Feb 2018 09:07:24 +0000 (10:07 +0100)
Make it consistent with the two other javaOpts settings, avoiding errors due to only uncommenting one of the three lines.

sonar-application/src/main/assembly/conf/sonar.properties

index 3dc4e4199cf395f67136c270eaafee3fc4edfc9d..4eba16bb859ce5fdd48b1e11e8a50b5573236532 100644 (file)
 #
 
 # JVM options of Elasticsearch process
-#sonar.search.javaOpts=-Xms512m \
-# -Xmx512m \
-# -XX:+HeapDumpOnOutOfMemoryError
+#sonar.search.javaOpts=-Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError
 
 # Same as previous property, but allows to not repeat all other settings like -Xmx
 #sonar.search.javaAdditionalOpts=