You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
The release verification instructions do not specify that we need to increase the Rust stack size. For example, I had to set RUST_MIN_STACK=3000000 for the tests to pass with 37.0.0-rc1.
We also need to set ulimit -n to make sure enough file handles are available.
It may also be useful to be able to control the number of threads used in cargo test when running the verification script.
Describe the solution you'd like
Improve the documentation
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
The release verification instructions do not specify that we need to increase the Rust stack size. For example, I had to set RUST_MIN_STACK=3000000 for the tests to pass with 37.0.0-rc1.
We also need to set
ulimit -n
to make sure enough file handles are available.It may also be useful to be able to control the number of threads used in
cargo test
when running the verification script.Describe the solution you'd like
Improve the documentation
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: