-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding auto-provisioned CFS quotas to all non-default containers
This commit solves Issue #25. When a container is using shared pool resources, the CFS quota is set to its limit value With exclusive users it is set to the total amount of all exclusive cores * 1000 When both are requested the overall quota is set to exclusive*1000 + 1.2*shared In this hybrid scenario we leave a 20% safety margin on top of the originally requested shared resoruces, to avoid accidentally throttling the higher prio exclusive thread when the lower prio shared threads are overloaded.
- Loading branch information
Showing
1 changed file
with
43 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters