Changes for page Performance

Last modified by Thomas Mortagne on 2023/10/10

From version 44.1
edited by Thomas Mortagne
on 2015/01/17
Change comment: There is no comment for this version
To version 45.1
edited by Thomas Mortagne
on 2015/01/17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,9 @@
12 12  
13 13  To determine if your operating system exhibits this behavior, try displaying a portion of the file from a shell prompt:
14 14  
15 +{{code language="bash"}}
15 15  head -n 1 /dev/random
17 +{{/code}}
16 16  
17 17  If the command returns immediately, you can use /dev/random as the default generator for SUN's JVM. If the command does not return immediately, use these steps to configure the JVM to use /dev/urandom:
18 18  

Get Connected