Skip to main content
OOM detection is automatic. To find these warnings, open the GitHub Actions dashboard, select a repository’s workflow, open a run, and click a job to open its job view. Memory consumption graphs can already give insights on memory leaks and excessive allocation patterns. However, when only working with memory allocation metrics it is hard to isolate if a job was running close to a memory limit, or encountered an error when running out of memory. Namespace’s automatic out of memory (OOM) detection makes these conditions explicit and simple to detect.

Next steps

Last modified on September 15, 2026