This post explores an issue encountered when using Kubernetes and Go together, where the Go program is not aware of the resource limits set for its container. The post explains how the issue manifests, provides insights into Go's garbage collector, and suggests a solution using the GOMEMLIMIT environment variable.

6m read timeFrom lalatron.hashnode.dev
Post cover image
Table of contents
Permalink What happened?Permalink As Monk would say, here’s what happened…Permalink Hunches are fine, but show me the factsPermalink Is there a solution for this?Permalink Final thoughtsPermalink References
1 Comment

Sort: