We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4761ff7 commit 11b9655Copy full SHA for 11b9655
docs/tursa-user-guide/scheduler.md
@@ -237,7 +237,7 @@ Priority = [10000 * P(QoS)] + [500 * P(Age)] + [300 * P(Fairshare)]
237
The priority factors are:
238
239
- 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`
+ value is 100000 and the minimum is 0. `standard` QoS has a value of 5000 and `low`
241
QoS a value of 1.
242
- P(Age) - The priority based on the job age normalised to a value between 0 and 1.
243
The maximum raw value is 14 days (where P(Age) = 1).
0 commit comments