You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
I'm using confluentinc/cp-schema-registry (image tag 7.2.1) with prometheus jmx-exporter.
The jmx-exporter pod fails with following error: Unrecognized VM option 'UseCGroupMemoryLimitForHeap' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
Hi,
I'm using confluentinc/cp-schema-registry (image tag 7.2.1) with prometheus jmx-exporter.
The jmx-exporter pod fails with following error:
Unrecognized VM option 'UseCGroupMemoryLimitForHeap' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
It seems to be coming for there:
cp-helm-charts/charts/cp-schema-registry/templates/deployment.yaml
Line 48 in 3ffbdf9
and be related to an update from Java JDK8 to JDK 11 that doesn't support UseCGroupMemoryLimitForHeap option anymore.
https://support.circleci.com/hc/en-us/articles/360048152911-Java-Builds-Fail-With-Unrecognized-VM-option-UseCGroupMemoryLimitForHeap-
Can you help?
Thanks
The text was updated successfully, but these errors were encountered: