Reduce default stack size from 256kb to 81kb

This is the same as Musl Libc. Please note it only applies to threads.
This commit is contained in:
Justine Tunney 2024-07-19 14:14:08 -07:00
parent c697133a2d
commit 1029dcc597
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
// -*-mode:c++;indent-tabs-mode:nil;c-basic-offset:4;tab-width:8;coding:utf-8-*-
// vi: set et ft=cpp ts=4 sts=4 sw=4 fenc=utf-8 :vi
#ifndef COSMOPOLITAN_CTL_STRINGVIEW_H_
#define COSMOPOLITAN_CTL_STRINGVIEW_H_
#ifndef CTL_STRINGVIEW_H_
#define CTL_STRINGVIEW_H_
#include "utility.h"
namespace ctl {
@ -157,4 +157,4 @@ struct string_view
} // namespace ctl
#endif // COSMOPOLITAN_CTL_STRINGVIEW_H_
#endif // CTL_STRINGVIEW_H_