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

This commit is contained in:
Mark Payne 2014-12-31 16:08:39 -05:00
parent ebf3cdc779
commit e07b910a55
1 changed files with 6 additions and 0 deletions

View File

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