We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1b1b8 commit 29e248cCopy full SHA for 29e248c
1 file changed
deploy/nifi.env
@@ -3,7 +3,7 @@
3
##############################################################################################################################
4
# IMPORTANT SETTINGS FOR DEPLOYMENTS RESOURCE SCOPED
5
6
-NIFI_JVM_OPTS="-XX:+UseG1GC -XX:MaxGCPauseMillis=250 -XX:+ParallelRefProcEnabled -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/./urandom"
+NIFI_JVM_OPTS="-XX:+UseG1GC -XX:MaxGCPauseMillis=250 -XX:+ParallelRefProcEnabled -Xlog:gc*:file=/opt/nifi/nifi-current/logs/gc.log:time,uptime,level,tags:filecount=5,filesize=50m -Djava.security.egd=file:/dev/./urandom"
7
NIFI_JVM_HEAP_INIT=768m
8
NIFI_JVM_HEAP_MAX=1g
9
0 commit comments