-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
For containers with a fractional CPU limit between 1 and 2 cores,
the current implementation rounds down GOMAXPROCS to 1,
which means the container will never use more than 1s of CPU because it has a single active thread,
and the VPA won't scale it up because it still has resources available.
maxProcs := int(math.Ceil(quota))
Metadata
Metadata
Assignees
Labels
No labels