diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/nptl/dl-tunables.list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/nptl/dl-tunables.list b/sysdeps/nptl/dl-tunables.list index e3f6432e60..ac5d053298 100644 --- a/sysdeps/nptl/dl-tunables.list +++ b/sysdeps/nptl/dl-tunables.list @@ -23,5 +23,9 @@ glibc { maxval: 32767 default: 100 } + stack_cache_size { + type: SIZE_T + default: 41943040 + } } } |