uClibc: Deactivate oversized thread stack cache
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Nov 2013 13:32:06 +0000 (13:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 18 Nov 2013 13:32:06 +0000 (13:32 +0000)
commit9f486ee6690ff1fb1fbb8223b7b5545cc5defeb3
treefaca911422b85b85fc6560ca7b7196536f741bc1
parent2b8f5b882e1c38aa51eba9e155fdafb15b777515
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: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 38851
toolchain/uClibc/patches-0.9.33.2/990-no-stack-cache.patch [new file with mode: 0644]