Commit 7b641d5d authored by Phillip Webb's avatar Phillip Webb

Remove `/urandom` references from the docs

Fixes gh-6229
parent 68b9792e
......@@ -694,7 +694,7 @@ You might also want to use the useful operating system environment variable:
[indent=0,subs="attributes"]
----
$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom
$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M
----
(The "`egd`" setting is to speed up Tomcat startup by giving it a faster source of
......@@ -717,7 +717,7 @@ You might also want to use this useful operating system environment variable:
[indent=0,subs="attributes"]
----
$ export JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom
$ export JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=128M
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment