Repository: nifi Updated Branches: refs/heads/master a837fa5f3 -> 6066557e6
NIFI-827 added headless entry Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6066557e Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6066557e Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6066557e Branch: refs/heads/master Commit: 6066557e667f0f86593f3eb351f06fcbe517c62d Parents: a837fa5 Author: joewitt <[email protected]> Authored: Mon Aug 17 01:03:07 2015 -0400 Committer: joewitt <[email protected]> Committed: Mon Aug 17 09:16:34 2015 -0400 ---------------------------------------------------------------------- .../nifi-resources/src/main/resources/conf/bootstrap.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/6066557e/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf index c1536d8..e88ae80 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf @@ -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 \ No newline at end of file +#java.arg.13=-XX:+UseG1GC + +#Set headless mode by default +java.arg.14=-Djava.awt.headless=true
