Back to Terragrunt

Gomaxprocs

docs/src/data/changelog/v1.0.1/gomaxprocs.mdx

1.0.3382 B
Original Source

Concurrency limits now respect GOMAXPROCS

All internal concurrency limits now use runtime.GOMAXPROCS(0) instead of runtime.NumCPU(). This means Terragrunt correctly honors the GOMAXPROCS environment variable and container CPU quotas (e.g., cgroups), resulting in better behavior in resource-constrained environments like Kubernetes pods and CI runners with CPU limits.