OpenShift Core Usage Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://golang.org/pkg/runtime/ =Internal= * OpenShift Configuration =Overview= By default, OpenShift masters and nodes...")
 
 
Line 2: Line 2:


* https://golang.org/pkg/runtime/
* https://golang.org/pkg/runtime/
* https://docs.openshift.com/container-platform/latest/install_config/install/prerequisites.html#configuring-core-usage


=Internal=
=Internal=

Latest revision as of 21:33, 21 May 2017

External

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