Skip to content

Commit c6cfb15

Browse files
yonromaiclaude
andcommitted
canary: bump CPU max_slices to 4
128 Nemotron download workers OOM'd when packed onto a single cpu-erapids node (256GB). Allow up to 4 CPU nodes so Iris can spread workers across them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1bae000 commit c6cfb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/examples/coreweave-canary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scale_groups:
5252
region: US-WEST-04A
5353
pool: cpu-erapids
5454
min_slices: 0
55-
max_slices: 1
55+
max_slices: 4
5656
priority: 50
5757
slice_template:
5858
num_vms: 1

0 commit comments

Comments
 (0)