Skip to content

Commit edd590e

Browse files
authored
Merge pull request #46994 from ebiiim/patch-1
Fixed minimum feasible nodes value (50->100)
2 parents 5ea6ba0 + 44460b3 commit edd590e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ percentageOfNodesToScore: 50
103103
104104
`percentageOfNodesToScore` must be a value between 1 and 100 with the default
105105
value being calculated based on the cluster size. There is also a hardcoded
106-
minimum value of 50 nodes.
106+
minimum value of 100 nodes.
107107

108-
{{< note >}}In clusters with less than 50 feasible nodes, the scheduler still
108+
{{< note >}}In clusters with less than 100 feasible nodes, the scheduler still
109109
checks all the nodes because there are not enough feasible nodes to stop
110110
the scheduler's search early.
111111

0 commit comments

Comments
 (0)