forked from danburkert/memmap-rs
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Windows supports locking virtual memory into physical memory via the VirtualLock function (and conversely VirtualUnlock).
One crucial difference from Unix is that you must first ensure that the process working set size is large enough to accommodate the memory region via SetProcessWorkingSetSize.
The easiest solution here would be to just leave it up to callers to configure the working set size (and giving them a reminder to do so in the documentation).
Metadata
Metadata
Assignees
Labels
No labels