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
With a large number of CPU threads on nodes, the trivy operator is throttled.
We have implemented a solution with kustomize to add the GOMAXPROCS environment variable with the appropriate CPU limit to avoid throttling. We would like to avoid this workaround and not use kustomize.
Description
With a large number of CPU threads on nodes, the trivy operator is throttled.
We have implemented a solution with kustomize to add the
GOMAXPROCS
environment variable with the appropriate CPU limit to avoid throttling. We would like to avoid this workaround and not use kustomize.Possible solution
Use https://github.com/uber-go/automaxprocs to "Automatically set
GOMAXPROCS
to match Linux container CPU quota."The text was updated successfully, but these errors were encountered: