When updating around with the agent JVM settings, make sure you use KARAF_OPTIONS not JAVA_OPTS.
For example, if you are raising the heap space for the agent, use KARAF_OPTIONS.
Here is an example:
env:
- name: KARAF_OPTS
value: "-Xmx256m"
When updating around with the agent JVM settings, make sure you use KARAF_OPTIONS not JAVA_OPTS.
For example, if you are raising the heap space for the agent, use KARAF_OPTIONS.
Here is an example:
env:
- name: KARAF_OPTS
value: "-Xmx256m"
Comments