Update resource-bin-packing.md

The maximum score should be 10.
This commit is contained in:
CDE
2021-01-03 19:26:09 +08:00
committed by GitHub
parent fbd19bd65e
commit 6122203b61
@@ -109,7 +109,7 @@ The above arguments give the node a score of 0 if utilization is 0% and 10 for u
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
```yaml
{"utilization": 0, "score": 100},
{"utilization": 0, "score": 10},
{"utilization": 100, "score": 0}
```