Open
Description
First seen in JuliaLang/julia#49745, but to summarize, InProcessMemoryMapper calls mprotect
many many times on mmap
ed memory, so many times that for a non trivial workload we go past /proc/sys/vm/max_map_count
leading to a ENOMEM
error.
I haven't created a non julia reproducer but it should be possible.