NIFI-827 added headless entry

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
joewitt 2015-08-17 01:03:07 -04:00
parent a837fa5f38
commit 6066557e66
1 changed files with 4 additions and 1 deletions

View File

@ -54,4 +54,7 @@ java.arg.6=-Djava.protocol.handler.pkgs=sun.net.www.protocol
# The G1GC is still considered experimental but has proven to be very advantageous in providing great # The G1GC is still considered experimental but has proven to be very advantageous in providing great
# performance without significant "stop-the-world" delays. # performance without significant "stop-the-world" delays.
#java.arg.10=-XX:+UseG1GC #java.arg.13=-XX:+UseG1GC
#Set headless mode by default
java.arg.14=-Djava.awt.headless=true