Replies: 2 comments 8 replies
-
I don't think you can set |
Beta Was this translation helpful? Give feedback.
8 replies
-
@jslusher I had a similar issue, try setting the env var without the equals signs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy a standalone user operator and I'm running into an issue with java heap space.
I currently have the following allocated to my pods:
If I omit
STRIMZI_JAVA_OPTS
from my Deployment, the operator starts up but then fails:If I try setting
STRIMZI_JAVA_OPTS
to any variation of the following according to the user operator docs:I get the following error:
It seems to be a problem with whichever I set first, so if I set
Xmx=512M
first I get the error above, but if I setXms=256M
first it complains about that setting instead. I wonder if it's an issue of ordering in the java command. This is what it looks like with the settings:Beta Was this translation helpful? Give feedback.
All reactions