monogon-dev / NetMeta

NetMeta is a scalable network observability toolkit optimized for performance.
https://netmeta.demo.monogon.dev/
Apache License 2.0
133 stars 8 forks source link

Strimzi OOM issue #101

Closed vidister closed 1 year ago

vidister commented 1 year ago

We set up Netmeta on a new machine and Strimzi didn't come up since it was hitting the memory limit of 256 Mb and was OOM killed. Maybe it spawns a thread per CPU core and runs out of memory on large machines? Here we have 32 Cores.

We should increase the limit in deploy/single-node/strimzi/deployment.cue

fionera commented 1 year ago

Should be fixed with https://github.com/monogon-dev/NetMeta/commit/1734a30dac06ba9289bcb115e0db95e5d47edc68 Can you test that?

fionera commented 1 year ago

Cannot be reproduced. Closing for now