As a user I should be able to set the Java memory (and potentially other Java options) in the CRD when deploying NiFI. The Java options -Xms and -Xmx are currently hard coded in rust/operator-binary/src/config.rs and set to 1024 MB, which is too small for many use cases.
Possible solution
Provide a document a means of updating the Java command line arguments and overriding the maximum heap size.
Affected version
No response
Current and expected behavior
As a user I should be able to set the Java memory (and potentially other Java options) in the CRD when deploying NiFI. The Java options -Xms and -Xmx are currently hard coded in rust/operator-binary/src/config.rs and set to 1024 MB, which is too small for many use cases.
Possible solution
Provide a document a means of updating the Java command line arguments and overriding the maximum heap size.
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
No response