Skip to content

Commit b2c32a1

Browse files
authored
fix: raise container nofile ulimit to prevent FD exhaustion in AMD multi-node jobs (#2140)
Signed-off-by: Hongxia Yang <hongxia.yang@amd.com>
1 parent 9bcef10 commit b2c32a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks/multi_node/amd_utils/job.slurm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ fi
573573
--device=/dev/infiniband/uverbs7 \
574574
--ulimit memlock=-1 \
575575
--ulimit stack=67108864 \
576+
--ulimit nofile=1048576:1048576 \
576577
--network host \
577578
--ipc host \
578579
--group-add video \

0 commit comments

Comments
 (0)