|
|
|
|
|
by mwcampbell
4412 days ago
|
|
FWIW, musl libc uses a much smaller default thread stack size (80KB). But apparently, Rich Felker wasn't able to find any good data on how big thread stacks actually need to be (see http://git.musl-libc.org/cgit/musl/commit/?id=13b3645c46518e...). EDIT: So I guess we should run more big multi-threaded server apps with musl and see what breaks. |
|