We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTUP_UNPACK_RAM
1 parent 6948f4e commit 658d317Copy full SHA for 658d317
doc/user-guide/src/environment-variables.md
@@ -42,7 +42,7 @@
42
or to `never` to disable colors.
43
44
- `RUSTUP_UNPACK_RAM` *unstable* (default: free memory or 500MiB if unable to tell, min 210MiB). Caps the amount of
45
- RAM `rustup` will use for IO tasks while unpacking.
+ RAM (in bytes) `rustup` will use for IO tasks while unpacking.
46
47
- `RUSTUP_NO_BACKTRACE`. Disables backtraces on non-panic errors even when
48
`RUST_BACKTRACE` is set.
0 commit comments