OpenShift Core Usage Configuration
Jump to navigation
Jump to search
External
- https://golang.org/pkg/runtime/
- https://docs.openshift.com/container-platform/latest/install_config/install/prerequisites.html#configuring-core-usage
Internal
Overview
By default, OpenShift masters and nodes use all available cores in the system they run on. To limit that use GOMAXPROCS environment variable.
export GOMAXPROCS=1