You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
450 B
12 lines
450 B
11 years ago
|
--- a/libpthread/nptl/allocatestack.c
|
||
|
+++ b/libpthread/nptl/allocatestack.c
|
||
|
@@ -100,7 +100,7 @@
|
||
|
/* Cache handling for not-yet free stacks. */
|
||
|
|
||
|
/* Maximum size in kB of cache. */
|
||
|
-static size_t stack_cache_maxsize = 40 * 1024 * 1024; /* 40MiBi by default. */
|
||
|
+static size_t stack_cache_maxsize = 0; /* embedded systems don't have enough ram for dirty stack caches */
|
||
|
static size_t stack_cache_actsize;
|
||
|
|
||
|
/* Mutex protecting this variable. */
|