Dual Intel Arc Pro B60s Eat Host RAM via GTT — a One-Line Level Zero Workaround

fobsthedev · reddit · 2026-09-21

A Redditor debugged a rare issue with 2× Intel Arc Pro B60 (24GB each) + xe driver + ComfyUI/DisTorch2: GPU allocations mirrored almost 1:1 into host RAM via GTT mappings (8GiB VRAM alloc dropped MemFree by 7559MiB), causing OOM kills that looked like ComfyUI memory shortages. The fix: set NEOReadDebugKeys=1 and ForceZeDeviceCanAccessPerReturnValue=0 so Level Zero's zeDeviceCanAccessPeer() returns false. Host RAM usage fell from multiple GiB to a few hundred MiB while cross-GPU transfers still worked. Debugging used /proc/self/fdinfo and DRM stats; the author seeks kernel 7.1+ users to confirm a kernel-side fix.

Original post →

More from Infra

Infra channel →