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_IO_THREADS
1 parent c1bf2e6 commit 37ac4b4Copy full SHA for 37ac4b4
doc/user-guide/src/environment-variables.md
@@ -28,7 +28,7 @@
28
- `RUSTUP_VERSION` (default: none). Overrides the rustup version (e.g. `1.27.1`)
29
to be downloaded when executing `rustup-init.sh` or `rustup self update`.
30
31
-- `RUSTUP_IO_THREADS` *unstable* (defaults to reported cpu count). Sets the
+- `RUSTUP_IO_THREADS` *unstable* (default: reported cpu count, max 8). Sets the
32
number of threads to perform close IO in. Set to `1` to force
33
single-threaded IO for troubleshooting, or an arbitrary number to override
34
automatic detection.
0 commit comments