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.
1 parent 5195571 commit 6c160c5Copy full SHA for 6c160c5
doc/src/environment-variables.md
@@ -28,7 +28,7 @@
28
determines the directory that traces will be written too. Traces are of the
29
form PID.trace. Traces can be read by the Catapult project [tracing viewer].
30
31
-- `RUSTUP_UNPACK_RAM` *unstable* (default auto or 500M if on a platform such as FreeBSD or NetBSD, min 210M) Caps the amount of
+- `RUSTUP_UNPACK_RAM` *unstable* (default free memory or 500MiB if unable to tell, min 210MiB) Caps the amount of
32
RAM `rustup` will use for IO tasks while unpacking.
33
34
- `RUSTUP_NO_BACKTRACE` Disables backtraces on non-panic errors even when
0 commit comments