Set the maximum amount of memory in bytes that can be mapped at any time by the library.
auto oldLimit = globalOptions.mwindowMappedLimit; scope(exit) globalOptions.mwindowMappedLimit = oldLimit; globalOptions.mwindowMappedLimit = 1; assert(globalOptions.mwindowMappedLimit == 1);
See Implementation
Set the maximum amount of memory in bytes that can be mapped at any time by the library.