From fbd19bd65eb5e83fdfbbb3fd0b74fb1fb48e9b08 Mon Sep 17 00:00:00 2001 From: CDE <906062523@qq.com> Date: Sun, 3 Jan 2021 19:24:49 +0800 Subject: [PATCH] Update resource-bin-packing.md The maximum score should be 10. --- .../docs/concepts/scheduling-eviction/resource-bin-packing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md index 0679e1fd8b..a327f1de24 100644 --- a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md +++ b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md @@ -82,7 +82,7 @@ requested the score value must be reversed as follows. ```yaml shape: - utilization: 0 - score: 100 + score: 10 - utilization: 100 score: 0 ```