[#BloombergLP-bslmt-Configuration-recommendedDefaultThreadStackSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Configuration.adoc[Configuration]::recommendedDefaultThreadStackSize :relfileprefix: ../../../ :mrdocs: Return a "reasonable" value for the default thread stack size (in bytes), which, unlike `nativeDefaultThreadStackSize`, is constant across all platforms of a given word size. This value is large enough to guarantee that an automatic array of at least 250 * 1024 pointers may be declared in the top level routine of the thread. == Synopsis Declared in `<bslmt_configuration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int recommendedDefaultThreadStackSize(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#