Browse Source

Document entropy source in sonar.properties

tags/6.0-RC2
Simon Brandhof 8 years ago
parent
commit
97fae6de6b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      sonar-application/src/main/assembly/conf/sonar.properties

+ 4
- 0
sonar-application/src/main/assembly/conf/sonar.properties View File

@@ -88,6 +88,10 @@
# is not enabled by default on your environment:
# http://docs.oracle.com/javase/8/docs/technotes/guides/vm/server-class.html
#
# Startup can be long if entropy source is short of entropy. Adding
# -Djava.security.egd=file:/dev/./urandom is an option to resolve the problem.
# See https://wiki.apache.org/tomcat/HowTo/FasterStartUp#Entropy_Source
#
#sonar.web.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError

# Same as previous property, but allows to not repeat all other settings like -Xmx

Loading…
Cancel
Save