Remove `/urandom` references from the docs

Fixes gh-6229
This commit is contained in:
Phillip Webb 2016-07-15 13:06:57 -07:00
parent 68b9792ed6
commit 7b641d5d55
1 changed files with 2 additions and 2 deletions

View File

@ -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
----