Open ryanemerson opened 3 years ago
The UBI images uses /dev/random by default which can block. Instead we should utilise file:/dev/urandom by setting the -Djava.security.egd=file:/dev/urandom property on server startup.
/dev/random
file:/dev/urandom
-Djava.security.egd=file:/dev/urandom
https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html
The UBI images uses
/dev/random
by default which can block. Instead we should utilisefile:/dev/urandom
by setting the-Djava.security.egd=file:/dev/urandom
property on server startup.https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html