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
S
Description
No description provided
MIT 158 KiB
v0.1.1 Latest
2026-06-17 18:04:31 +03:00
Languages
C 97.4%
CMake 2.6%