Don't reserve swap space for the mapping.
const MMAP_DONT_RESERVE: MemMapFlags = MemMapFlags(cty::MAP_NORESERVE);
mmap(2) and MAP_NORESERVE therein