diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-08-26 09:47:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-08-26 09:47:23 +0200 |
commit | 4fa812ee4cb69d00e761b7887fdd30820d6748a9 (patch) | |
tree | 20aadf4dddd933734fa73eb604a84af816e0ecd2 /sonar-application/src | |
parent | 90f74707a9248d3041c98cf7791de936cdc901f8 (diff) | |
download | sonarqube-4fa812ee4cb69d00e761b7887fdd30820d6748a9.tar.gz sonarqube-4fa812ee4cb69d00e761b7887fdd30820d6748a9.zip |
Remove misleading comment about Xms in sonar.properties
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 82c1d5a261c..6c4729bd307 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -81,9 +81,6 @@ # The HotSpot Server VM is recommended. The property -server should be added if server mode # is not enabled by default on your environment: http://docs.oracle.com/javase/7/docs/technotes/guides/vm/server-class.html # -# Set min and max memory (respectively -Xms and -Xmx) to the same value to prevent heap -# from resizing at runtime. -# #sonar.web.javaOpts=-Xmx768m -XX:MaxPermSize=160m -XX:+HeapDumpOnOutOfMemoryError # Same as previous property, but allows to not repeat all other settings like -Xmx @@ -203,9 +200,6 @@ # Use HotSpot Server VM. The property -server should be added if server mode # is not enabled by default on your environment: http://docs.oracle.com/javase/7/docs/technotes/guides/vm/server-class.html # -# Set min and max memory (respectively -Xms and -Xmx) to the same value to prevent heap -# from resizing at runtime. -# #sonar.search.javaOpts=-Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true \ # -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 \ # -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError |