Skip to content

Commit 11b9655

Browse files
authored
Update scheduler.md
1 parent 4761ff7 commit 11b9655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tursa-user-guide/scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Priority = [10000 * P(QoS)] + [500 * P(Age)] + [300 * P(Fairshare)]
237237
The priority factors are:
238238

239239
- P(QoS) - The QoS priority normalised to a value between 0 and 1. The maximum raw
240-
value is 10000 and the minimum is 0. `standard` QoS has a value of 5000 and `low`
240+
value is 100000 and the minimum is 0. `standard` QoS has a value of 5000 and `low`
241241
QoS a value of 1.
242242
- P(Age) - The priority based on the job age normalised to a value between 0 and 1.
243243
The maximum raw value is 14 days (where P(Age) = 1).

0 commit comments

Comments
 (0)