You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).