uv/docs
konsti 4d34b28657
Set 4MB stack size for all threads, introduce UV_STACK_SIZE (#12839)
See #12769 for the motivation. We set the 4MB not only for the main
thread, but also for all tokio and rayon threads to fix a stack overflow
while unpacking wheels in production on Windows.

There are two variables for setting the stack size: A new
`UV_STACK_SIZE` that takes precedent, and the existing `RUST_MIN_STACK`.
When setting the stack size, `UV_STACK_SIZE` should be preferred, since
`RUST_MIN_STACK` affects all Rust applications, including build backends
we call (e.g., maturin). The minimum stack size is set to 1MB, the
lowest stack size we observed on a platform (Windows main thread).

Fixes #12769

## Test Plan

Tested manually with the example from #12769
2025-04-16 09:27:46 +02:00
..
.overrides Add `last updated` for document (#11164) 2025-02-03 22:28:47 -05:00
assets Add static assets to docs pages (#6951) 2024-09-02 20:00:30 -04:00
concepts docs: Fix highlight line in explicit index documentation (#12887) 2025-04-15 15:39:56 -05:00
configuration Set 4MB stack size for all threads, introduce UV_STACK_SIZE (#12839) 2025-04-16 09:27:46 +02:00
getting-started Bump to 0.6.14 (#12786) 2025-04-09 16:29:25 -05:00
guides teeny gramatical error in docs (#12908) 2025-04-15 16:13:51 -05:00
js Fix typo in a reference (#12858) 2025-04-14 10:19:02 +02:00
pip Fix mismatched pip interface header / nav titles (#12640) 2025-04-08 17:44:44 -05:00
reference Support build constraints in uv tool and PEP723 scripts. (#12842) 2025-04-14 09:26:57 -04:00
stylesheets Remove the last edited date from documentation pages (#11753) 2025-02-24 13:27:00 -06:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Fix windows installation instructions mismatch (#11380) 2025-02-10 21:42:50 +01:00
requirements-insiders.in Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements-insiders.txt Move content from the mkdocs.public.yml into the template (#11246) 2025-02-05 16:13:46 +00:00
requirements.in Add `last updated` for document (#11164) 2025-02-03 22:28:47 -05:00
requirements.txt Add `last updated` for document (#11164) 2025-02-03 22:28:47 -05:00