redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

redpanda: bump envsubst memory limits #1570

Closed chrisseto closed 4 weeks ago

chrisseto commented 4 weeks ago

Prior to this commit the memory limits of the bootstrap-yaml-envsubst container were set to 25Mi. This value was accidentally lower than the total size of the binary itself, 80Mi, which seemingly surfaced as unexplained hangs when initially run on aarch64 (specifically using obstack).

This commit bumps the limit to 125Mi to ensure adequate headroom which seems to mitigate such hangs. The exact mechanisms at play here at not well known.

Fixes #1564