Container-Aware GOMAXPROCS (New in Go 1.25) Jun 30, 2025Before Go 1.25, GOMAXPROCS defaults to the number of available physical CPU cores at app startup time. Now it takes container limits into account and checks changes periodically.