stackabletech / nifi-operator

A kubernetes operator for Apache NiFi
Other
30 stars 5 forks source link

As a user I would like to be able to set the Java heap settings for NiFi #231

Closed Jimvin closed 2 years ago

Jimvin commented 2 years ago

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

soenkeliebau commented 2 years ago

fixed in #265