Closed
Description
Rust often requires more than 2G of virtual memory so it's not possible to build it on a 32-bit OS. This is especially problematic on Windows.
#18678 may be enough to fix this on Linux / FreeBSD, and would allow preventing regressions via the jemalloc mapped
statistic (+ accounting for the VM used by libraries, etc.).