Update resource-bin-packing.md
The maximum score should be 10.
This commit is contained in:
@@ -109,7 +109,7 @@ The above arguments give the node a score of 0 if utilization is 0% and 10 for u
|
|||||||
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
|
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
{"utilization": 0, "score": 100},
|
{"utilization": 0, "score": 10},
|
||||||
{"utilization": 100, "score": 0}
|
{"utilization": 100, "score": 0}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user