diff --git a/library/std/src/thread/mod.rs b/library/std/src/thread/mod.rs index 7b26068c294fc..e64a6d9133783 100644 --- a/library/std/src/thread/mod.rs +++ b/library/std/src/thread/mod.rs @@ -125,7 +125,7 @@ //! ## Stack size //! //! The default stack size is platform-dependent and subject to change. -//! Currently, it is 2 MiB on all Tier-1 platforms. +//! Currently, it is 8 MiB on all Tier-1 platforms. //! //! There are two ways to manually specify the stack size for spawned threads: //!