- Notifications
You must be signed in to change notification settings - Fork14.5k
Open
Description
First seen inJuliaLang/julia#49745, but to summarize, InProcessMemoryMapper callsmprotect
many many times onmmap
ed memory, so many times that for a non trivial workload we go past/proc/sys/vm/max_map_count
leading to aENOMEM
error.
I haven't created a non julia reproducer but it should be possible.