Skip to content

Commit 6122203

Browse files
authored
Update resource-bin-packing.md
The maximum score should be 10.
1 parent fbd19bd commit 6122203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/scheduling-eviction/resource-bin-packing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The above arguments give the node a score of 0 if utilization is 0% and 10 for u
109109
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
110110

111111
```yaml
112-
{"utilization": 0, "score": 100},
112+
{"utilization": 0, "score": 10},
113113
{"utilization": 100, "score": 0}
114114
```
115115

0 commit comments

Comments
 (0)