mirror of https://github.com/apache/nifi.git
NIFI-3313 Added explicit Java runtime argument to default bootstrap.conf to avoid blocking on VM deployment.
This closes #1579. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
37e9c5efc7
commit
7f6373239f
|
@ -54,6 +54,9 @@ java.arg.14=-Djava.awt.headless=true
|
|||
# Master key in hexadecimal format for encrypted sensitive configuration values
|
||||
nifi.bootstrap.sensitive.key=
|
||||
|
||||
# Sets the provider of SecureRandom to /dev/urandom to prevent blocking on VMs
|
||||
java.arg.15=-Djava.security.egd=file:/dev/urandom
|
||||
|
||||
###
|
||||
# Notification Services for notifying interested parties when NiFi is stopped, started, dies
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue