Skip to content

Commit adeb4d2

Browse files
committed
Mount new /dev/shm volume with max size
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent d73c9b5 commit adeb4d2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.ci/jenkins/lib/build-matrix.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ kubernetes:
3232
namespace: swx-media
3333
limits: "{memory: 8Gi, cpu: 8000m}"
3434
requests: "{memory: 8Gi, cpu: 8000m}"
35-
yaml: |
36-
spec:
37-
hostIPC: true
35+
36+
# Mount large /dev/shm for UCX shared memory allocation
37+
empty_volumes:
38+
- {mountPath: /dev/shm, memory: true}
3839

3940
runs_on_dockers:
4041
- { name: "ubuntu24.04-pytorch", url: "nvcr.io/nvidia/pytorch:25.02-py3" }
@@ -66,6 +67,8 @@ steps:
6667
parallel: false
6768
timeout: "${TEST_TIMEOUT}"
6869
run: |
70+
echo "DEBUG: /dev/shm size"
71+
df -h /dev/shm
6972
.gitlab/test_cpp.sh ${NIXL_INSTALL_DIR}
7073
7174
- name: Test Python

0 commit comments

Comments
 (0)