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.
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