mirror of https://github.com/apache/nifi.git
NIFI-827 added headless entry
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
a837fa5f38
commit
6066557e66
|
@ -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
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue