]> source.dussan.org Git - sonarqube.git/commitdiff
Automatic merge from branch-5.6
authorssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com>
Tue, 21 Jun 2016 06:01:57 +0000 (08:01 +0200)
committerssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com>
Tue, 21 Jun 2016 06:01:57 +0000 (08:01 +0200)
* origin/branch-5.6:
  Fix documentation of properties *.javaOpts

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

index 0724b46c2c9bacffa633a3c98a055cbaaf0e6fa4,5fe6666414738bee2cea37787169513968b4d010..e2d938a2a9f99d010b5f946254282b27c28f56ce
  #    Recommendations:
  #
  #    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
+ #    is not enabled by default on your environment:
+ #    http://docs.oracle.com/javase/8/docs/technotes/guides/vm/server-class.html
  #
 -#sonar.web.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
 +#sonar.web.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError
  
  # Same as previous property, but allows to not repeat all other settings like -Xmx
  #sonar.web.javaAdditionalOpts=
  #    Recommendations:
  #
  #    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
+ #    is not enabled by default on your environment:
+ #    http://docs.oracle.com/javase/8/docs/technotes/guides/vm/server-class.html
  #
 -#sonar.ce.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
 +#sonar.ce.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError
  
  # Same as previous property, but allows to not repeat all other settings like -Xmx
  #sonar.ce.javaAdditionalOpts=
  #    Recommendations:
  #
  #    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
+ #    is not enabled by default on your environment:
+ #    http://docs.oracle.com/javase/8/docs/technotes/guides/vm/server-class.html
  #
 -#sonar.search.javaOpts=-Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true \
 +#sonar.search.javaOpts=-Xmx1G -Xms256m -Xss256k -Djna.nosys=true \
  #  -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 \
  #  -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError