Merge pull request #117885 from xmudrii/export-gomaxprocs

Export GOMAXPROCS environment variable
This commit is contained in:
Kubernetes Prow Robot
2023-05-09 09:36:08 -07:00
committed by GitHub

View File

@@ -568,6 +568,7 @@ kube::golang::setup_env() {
fi
GOMAXPROCS=${GOMAXPROCS:-$(ncpu)}
export GOMAXPROCS
kube::log::status "Setting GOMAXPROCS: ${GOMAXPROCS}"
}