Skip to content

Commit 7fda9aa

Browse files
authored
Update priority formula
1 parent 6d52c37 commit 7fda9aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tursa-user-guide/scheduler.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ with a weight and the resulting values combined to produce a priority for the jo
231231
The current job priority formula on Tursa is:
232232

233233
```
234-
Priority = [10000 * P(QoS)] + [500 * P(Age)] + [300 * P(Fairshare)]
234+
Priority = [10000 * P(QoS)] + [672 * P(Age)] + [374 * P(Size)] + [300 * P(Fairshare)]
235235
```
236236

237237
The priority factors are:
@@ -241,6 +241,7 @@ The priority factors are:
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).
244+
- P(Size) - The priority based on the job size normalised to a value between 0 and 1.
244245
- P(Fairshare) - The fairshare priority normalised to a value between 0 and 1. Your
245246
fairshare priority is determined by a combination of your budget code fairshare
246247
value and your user fairshare value within that budget code. The more use that

0 commit comments

Comments
 (0)