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
unpack_ram: More graceful handling of low unpack ram
Some people try setting RUSTUP_UNPACK_RAM below the minimum
RAM needed for a threaded operation. Since, in principle,
we need at least IO_CHUNK_SIZE and thus in theory 2x IO_CHUNK_SIZE,
this change clamps the unpack RAM between minimum_ram and
the computed maximum available RAM.
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
0 commit comments