mirror of https://github.com/apache/nifi.git
NIFI-186 disabled code cahce options by default
This commit is contained in:
parent
1357a17b67
commit
965e0ab613
|
@ -29,6 +29,6 @@ java.arg.6=-Djava.protocol.handler.pkgs=sun.net.www.protocol
|
|||
|
||||
# Java 7 and below have issues with Code Cache. The following lines allow us to run well even with
|
||||
# many classes loaded in the JVM.
|
||||
java.arg.7=-XX:ReservedCodeCacheSize=256m
|
||||
java.arg.8=-XX:CodeCacheFlushingMinimumFreeSpace=10m
|
||||
java.arg.9=-XX:+UseCodeCacheFlushing
|
||||
#java.arg.7=-XX:ReservedCodeCacheSize=256m
|
||||
#java.arg.8=-XX:CodeCacheFlushingMinimumFreeSpace=10m
|
||||
#java.arg.9=-XX:+UseCodeCacheFlushing
|
||||
|
|
Loading…
Reference in New Issue