Skip to content

Observability

Why did my job get killed with exit code 137?

Quick answer

That is an OOM kill — the process exceeded available memory.

The detail that matters

Common with Node builds, Gradle daemons and test suites that run too many workers. Reduce parallelism or move to a larger runner.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.