Created 04-03-2024 07:14 PM
In nifi, we set java memory configurations(Xms, Xmx) in bootstrap.conf.
Is it possible to set it via kubernetes yaml?
I tried with 'args' or with env variable JDK_JAVA_OPTIONS/JAVA_TOOL_OPTIONS , but none works.
Created 04-04-2024 06:15 AM
Can you please try these two
NIFI_JVM_HEAP_INIT
NIFI_JVM_HEAP_MAX
Thank you