Files
vatrog-vm-vgpu-streamer/src/stream
lirent 5b89dabc04 fix: pin the vgpu region resident (raise working set, then VirtualLock)
The fallback path committed the region but left it demand-zero (not resident). VirtualLock can pin only up to the process minimum working set, and the default quota is far below the 96 MiB region, so a bare lock fails with ERROR_WORKING_SET_QUOTA. Raise the minimum first via SetProcessWorkingSetSize, then VirtualLock; pre-fault every page as a last resort. Neither needs SE_LOCK_MEMORY (that is for large pages / AWE).
2026-06-22 15:17:37 +03:00
..