Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Setting java memory options via kubernetes yaml
Labels:
- Labels:
-
Apache NiFi
Expert Contributor
Created ‎04-03-2024 07:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
1 REPLY 1
Master Collaborator
Created ‎04-04-2024 06:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please try these two
NIFI_JVM_HEAP_INIT
NIFI_JVM_HEAP_MAX
Thank you
