Skip to content

Commit 6469c79

Browse files
authored
Stop fuzzer from ooming (#2650)
1 parent 8b02008 commit 6469c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: 'IO Fuzz'
1111
runs-on:
1212
- runs-on=${{ github.run_id }}
13-
- family=c7i.xlarge
13+
- family=c7i.4xlarge
1414
- image=ubuntu24-full-x64
1515
- disk=large
1616
- tag=io-fuzz
@@ -52,7 +52,7 @@ jobs:
5252
name: 'Array Operations Fuzz'
5353
runs-on:
5454
- runs-on=${{ github.run_id }}
55-
- family=c7i.xlarge
55+
- family=c7i.4xlarge
5656
- image=ubuntu24-full-x64
5757
- disk=large
5858
- tag=ops-fuzz

0 commit comments

Comments
 (0)