Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 3004ff172 -> d3d10958a


NIFI-217: Added PermGen properties and property to enable G1GC but leave them 
commented out


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/e07b910a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/e07b910a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/e07b910a

Branch: refs/heads/develop
Commit: e07b910a55f4dd0063207018d3341c9940e72559
Parents: ebf3cdc
Author: Mark Payne <marka...@hotmail.com>
Authored: Wed Dec 31 16:08:39 2014 -0500
Committer: Mark Payne <marka...@hotmail.com>
Committed: Wed Dec 31 16:08:39 2014 -0500

----------------------------------------------------------------------
 .../framework/resources/src/main/resources/conf/bootstrap.conf | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/e07b910a/nar-bundles/framework-bundle/framework/resources/src/main/resources/conf/bootstrap.conf
----------------------------------------------------------------------
diff --git 
a/nar-bundles/framework-bundle/framework/resources/src/main/resources/conf/bootstrap.conf
 
b/nar-bundles/framework-bundle/framework/resources/src/main/resources/conf/bootstrap.conf
index 79ece96..8568e64 100644
--- 
a/nar-bundles/framework-bundle/framework/resources/src/main/resources/conf/bootstrap.conf
+++ 
b/nar-bundles/framework-bundle/framework/resources/src/main/resources/conf/bootstrap.conf
@@ -32,3 +32,9 @@ java.arg.6=-Djava.protocol.handler.pkgs=sun.net.www.protocol
 #java.arg.7=-XX:ReservedCodeCacheSize=256m
 #java.arg.8=-XX:CodeCacheFlushingMinimumFreeSpace=10m
 #java.arg.9=-XX:+UseCodeCacheFlushing
+#java.arg.11=-XX:PermSize=128M
+#java.arg.12=-XX:MaxPermSize=128M
+
+# 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

Reply via email to