Changes
Page history
changed MaxArraySize to 125
authored
Aug 04, 2021
by
Villerius
Show whitespace changes
Inline
Side-by-side
home.md
View page @
11fa5d30
...
@@ -1307,10 +1307,10 @@ You can cancel your job array with the command:
...
@@ -1307,10 +1307,10 @@ You can cancel your job array with the command:
#### Limitations - Restrictions
#### Limitations - Restrictions
For now we have set the maximum amount of job arrays you can summit at once to
**12
1
**
For now we have set the maximum amount of job arrays you can summit at once to
**12
5
**
```
```
scontrol show config | grep MaxArraySize
scontrol show config | grep MaxArraySize
MaxArraySize = 12
1
MaxArraySize = 12
5
```
```
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.
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.
...
...
...
...