Skip to content
Snippets Groups Projects
Commit edc8ac62 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uClibc: Deactivate oversized thread stack cache


A small system like the common home router doesn't have 40 MiB per process for
a dirty stack cache. This can easily lead to an overbooking OOM problem and
caused a lot of hangs+reboots on 32 MiB systems running nodogsplash.

Not using a stack cache can increase the time to spawn new threads. This is
hopefully no problem for system not running a lot of parallel computations.

Signed-off-by: default avatarSven Eckelmann <sven@open-mesh.com>

SVN-Revision: 38851
parent d38c28b5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment