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:
Andy LoPresto 2017-03-08 16:44:49 -08:00
parent 37e9c5efc7
commit 7f6373239f
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 3 additions and 0 deletions

View File

@ -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
###