From c6c1a9ac0c7e5d599a017141a05e9160b1cfbe9a Mon Sep 17 00:00:00 2001 From: sylvain-combe-sonarsource <59280694+sylvain-combe-sonarsource@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:56:00 +0200 Subject: [PATCH] Update sonar-properties.md (#3233) Fix broken link to Apache doc page on entropy sources for faster startup --- server/sonar-docs/src/pages/setup/sonar-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/setup/sonar-properties.md b/server/sonar-docs/src/pages/setup/sonar-properties.md index ddafb063b22..860eba21b22 100644 --- a/server/sonar-docs/src/pages/setup/sonar-properties.md +++ b/server/sonar-docs/src/pages/setup/sonar-properties.md @@ -69,7 +69,7 @@ the web server is executed in a dedicated Java process. By default, heap size is | is not enabled by default on your environment. See [here](http://docs.oracle.com/javase/8/docs/technotes/guides/vm/server-class.html). | | Startup can be long if the 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) +| -Djava.security.egd=file:/dev/./urandom is an option to resolve the problem. See [Here](https://cwiki.apache.org/confluence/display/TOMCAT/HowTo+FasterStartUp#HowToFasterStartUp-EntropySource) **`SONAR_WEB_JAVAADDITIONALOPTS=`** Same as previous property, but allows to not repeat all other settings like -Xmx -- 2.39.5