Skip to content

Commit 291bd00

Browse files
Bump cpu and memory count
1 parent a817cd1 commit 291bd00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-run-model.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
with:
9090
command: ${{ needs.parse-command.outputs.command }}
9191
backend: "ec2"
92-
vcpu: "40"
93-
memory: "158000"
92+
vcpu: "48"
93+
memory: "180000"
9494
# Maximum pipeline runtime. This is slightly below 6 hours, which
9595
# is the maximum length of any single GitHub Actions job
9696
role-duration-seconds: 21000

0 commit comments

Comments
 (0)