changed MaxArraySize to 125 authored by Villerius's avatar Villerius
......@@ -1307,10 +1307,10 @@ You can cancel your job array with the command:
#### Limitations - Restrictions
For now we have set the maximum amount of job arrays you can summit at once to **121**
For now we have set the maximum amount of job arrays you can summit at once to **125**
```
scontrol show config | grep MaxArraySize
MaxArraySize = 121
MaxArraySize = 125
```
If we don't set the limitation, some users are submitting large amounts of job arrays which will occupy the cluster so that other users can't run.
......
......