This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/schedPolConfig.json

15 lines
196 B
JSON
Raw Normal View History

{
"bin-packing": {
"taskDist": 10.0,
"varCpuShare": 0.64
},
"max-min": {
"taskDist": 0.416,
"varCpuShare": 0.35
},
"max-greedymins": {
"taskDist": 6.667,
"varCpuShare": 0.89
}
}