Overview of automaxprocs
masterautomaxprocs is a library that automatically sets the
GOMAXPROCS environment variable to match the Linux container CPU quota. This helps prevent CPU throttling and improves performance in containerized environments by ensuring the Go runtime is aware of the actual CPU resources available to the container.