Last modified by Thomas Mortagne on 2024/03/12

<
From version < 143.1 >
edited by Thomas Mortagne
on 2019/03/25
To version < 144.1 >
edited by Thomas Mortagne
on 2019/03/25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -185,9 +185,9 @@
185 185  
186 186  === /dev/urandom ===
187 187  
188 -In most Debian-based systems the default random implementation is /dev/random which can be very slow. /dev/urandom is much faster and it's fine for XWiki's needs so you should use it when possible:
188 +In most Debian-based systems the default random implementation is ##/dev/random## which can be very slow. ##/dev/urandom## is much faster and it's fine for XWiki's needs so you should use it when possible:
189 189  
190 -* edit ##/etc/defaualt/tomcat8## file and add
190 +* edit ##/etc/default/tomcat8## file and add
191 191  
192 192  {{code language="bash"}}
193 193  JAVA_OPTS="${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom"

Get Connected