mirror of https://github.com/apache/nifi.git
NIFI-217: Added PermGen properties and property to enable G1GC but leave them commented out
This commit is contained in:
parent
ebf3cdc779
commit
e07b910a55
|
@ -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
|
Loading…
Reference in New Issue