You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when we build the container (make docker-build) or the
controller (make build) the go compiler will try to use all the CPUs on
the machine.
This can become problematic in some systems that may suffer starvation
(eg: audio problems), so we add support for the `GOMAXPROCS` env var to
be passed to those 2 make targets.
0 commit comments