Skip to content

Commit 658d317

Browse files
committed
docs(user-guide/environment-variables): clarify the unit of RUSTUP_UNPACK_RAM
1 parent 6948f4e commit 658d317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/src/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
or to `never` to disable colors.
4343

4444
- `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.
45+
RAM (in bytes) `rustup` will use for IO tasks while unpacking.
4646

4747
- `RUSTUP_NO_BACKTRACE`. Disables backtraces on non-panic errors even when
4848
`RUST_BACKTRACE` is set.

0 commit comments

Comments
 (0)