JDK images should use file:/dev/urandom
to prevent blocking
#155
Labels
enhancement
New feature or request
file:/dev/urandom
to prevent blocking
#155
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
The text was updated successfully, but these errors were encountered: