]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8798 Fix sonar.properties default values
authorEric Hartmann <hartmann.eric@gmail.com>
Fri, 11 Aug 2017 16:20:10 +0000 (18:20 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Fri, 11 Aug 2017 16:20:10 +0000 (18:20 +0200)
sonar-application/src/main/assembly/conf/sonar.properties
sonar-application/src/main/assembly/elasticsearch/config/jvm.options

index 5b5c6e054ec9ea9a8216caae4a577e9de357c9de..65a74e228ffb13d5adad6746acae4106440b37e2 100644 (file)
 # It is executed in a dedicated Java process. Default heap size is 2Gb.
 
 # JVM options of Elasticsearch process
-#sonar.search.javaOpts=-Xms2g \
-# -Xmx2g \
+#sonar.search.javaOpts=-Xms1g \
+# -Xmx1g \
 # -XX:+UseConcMarkSweepGC \
 # -XX:CMSInitiatingOccupancyFraction=75 \
 # -XX:+UseCMSInitiatingOccupancyOnly \
index 0ddb578ce1cc0155ccc450b71a56e43b27cded67..968a6a6a5cc4cb74d5106e483ab2452d95d91865 100644 (file)
@@ -19,8 +19,8 @@
 # Xms represents the initial size of total heap space
 # Xmx represents the maximum size of total heap space
 
--Xms2g
--Xmx2g
+-Xms1g
+-Xmx1g
 
 ################################################################
 ## Expert settings