Skip to content

Commit 0a57e54

Browse files
committed
Change to at most 50 jobs in parallel
1 parent cfdc2cc commit 0a57e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/setup/batch/environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "EC2",
1414
"allocationStrategy": "BEST_FIT_PROGRESSIVE",
1515
"minvCpus": 0,
16-
"maxvCpus": 400,
16+
"maxvCpus": 200,
1717
"desiredvCpus": 0,
1818
"instanceTypes": [
1919
"m5.xlarge"

0 commit comments

Comments
 (0)