On *nix boxes, we have the `mlockall` option, but that isn't supported by Windows. Instead, Windows has [VirtualLock](http://msdn.microsoft.com/en-us/library/aa366895%28VS.85%29.aspx) Could/should we support this option? Could we make the `bootstrap.mlockall` setting use VirtualLock on Windows boxes?
On *nix boxes, we have the
mlockalloption, but that isn't supported by Windows. Instead, Windows has VirtualLockCould/should we support this option? Could we make the
bootstrap.mlockallsetting use VirtualLock on Windows boxes?