Operator showing OOM warnings/errors #4108
Replies: 4 comments 4 replies
-
How many resources do you have and what operator version are you using? In general, you can try to give it more resources by editing the cluster-operator deployment. You can also use the environment variable |
Beta Was this translation helpful? Give feedback.
-
Operator version is: 2.2.20 |
Beta Was this translation helpful? Give feedback.
-
Sorry, I meant 0.17.0 version |
Beta Was this translation helpful? Give feedback.
-
There are two use cases- |
Beta Was this translation helpful? Give feedback.
-
How can we better configure the operator to avoid the following issue?
2020-12-03T16:47:27.089+0000: 0.104: [GC (Allocation Failure) 2020-12-03T16:47:27.089+0000: 0.104: [DefNew: 2176K->255K(2432K), 0.0015106 secs] 2176K->448K(7936K), 0.0015588 secs] [Times: user=0.00 sys=0.00, real=0.00 secs] and occasionally it dies via OOM
Strimzi operator runs out of memory with the default config, looks like ~100 restarts per day
NAME READY STATUS RESTARTS AGE
strimzi-operator-7fc59d96f-nssp5 1/1 Running 1110 10d
strimzi-operator-7fc59d96f-nssp5 0/1 OOMKilled 1110 10d
strimzi-operator-7fc59d96f-nssp5 0/1 CrashLoopBackOff 1110 10d
strimzi-operator-7fc59d96f-nssp5 0/1 Running 1111 10d
Beta Was this translation helpful? Give feedback.
All reactions