Skip to content
Snippets Groups Projects
Commit b85d0193 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Limit number of job starts per neg. cycle

parent 495e5ff1
Branches
No related tags found
No related merge requests found
......@@ -69,6 +69,10 @@ MEMORY = 110000
TardisDroneUuid = "$ENV(TardisDroneUuid)"
STARTD_NAME = $ENV(TardisDroneUuid)
# The maximum number of claims during one negotiation cycle.
# This is a tradeoff between allowing the cluster to fill fast (high value),
# versus timeouts when so many jobs starts that each start takes too long.
NUM_CLAIMS = 8
# Inverse wall-time job ranking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment