Update home authored by van Vliet's avatar van Vliet
...@@ -1197,8 +1197,9 @@ If we don't set the limitation, some users are submitting large amounts of job a ...@@ -1197,8 +1197,9 @@ If we don't set the limitation, some users are submitting large amounts of job a
#### Limit the amount of simultaneously running jobs #### Limit the amount of simultaneously running jobs
You can limit the amount of simultaneously running jobs with the following command: You can limit the amount of simultaneously running jobs with the following command (for example):
* "--array=0-100%4" will limit the number of simultaneously running tasks from this job array to 25 * "--array=0-100%4"
will limit the number of simultaneously running tasks from this job array to 25
We recommend to use this options We recommend to use this options
... ...
......