Increase UV_STACK_SIZE to 3MB (#9311)

We're seeing CI failures on windows
This commit is contained in:
konsti
2024-11-21 12:46:33 +01:00
committed by GitHub
parent 91c3ebc6f7
commit de2e9cd0ff
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ Equivalent to the `--resolution` command-line argument. For example, if set to
### `UV_STACK_SIZE`
Use to control the stack size used by uv. Typically more relevant for Windows in debug mode.
Use to increase the stack size used by uv in debug builds on Windows.
### `UV_SYSTEM_PYTHON`