Commit 9ccf3b0
fix: increase /dev/shm for vLLM CPU test containers
vLLM 0.27.1's multiproc executor allocates its inter-process message
queue in /dev/shm and now requires 160 MiB, but Docker's default
/dev/shm is only 64 MiB. As a result EngineCore fails to start with
"Insufficient space in /dev/shm" and the vLLM server never binds to
its port, causing the inference/embedding readiness checks to time out.
Pass --shm-size=2g to the test container so the engine has enough
shared memory to start.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 503da0a commit 9ccf3b0
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments