Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default stack size in stdlib docs #116322

Closed
wants to merge 1 commit into from

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Oct 1, 2023

It was changed from 2 MiB to 8 MiB three years ago (#55617). The size is now 8 MiB (

const STACK_SIZE: usize = 8 * 1024 * 1024;
).

@rustbot
Copy link
Collaborator

rustbot commented Oct 1, 2023

r? @joshtriplett

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Oct 1, 2023
@Kobzol
Copy link
Contributor Author

Kobzol commented Oct 1, 2023

Nevermind, I mixed up the stdlib and the rustc default.

@Kobzol Kobzol closed this Oct 1, 2023
@Kobzol Kobzol deleted the stdlib-doc-thread-size branch October 1, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants