Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
severinson committed Jun 27, 2023
1 parent 1c75141 commit 3d1cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/armada/configuration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ type PreemptionConfig struct {
// the probability of evicting jobs on oversubscribed nodes, i.e.,
// nodes on which the total resource requests are greater than the available resources.
NodeOversubscriptionEvictionProbability float64
// Queues allocated less than this fraction of their fair share are not considered for preemption.
// Only queues allocated more than this fraction of their fair share are considered for preemption.
ProtectedFractionOfFairShare float64
// If true, the Armada scheduler will add to scheduled pods a node selector
// NodeIdLabel: <value of label on node selected by scheduler>.
Expand Down

0 comments on commit 3d1cd09

Please sign in to comment.