summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-08-26 14:49:56 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commit1a8d8e0ca519b49d9e5be57e5dd5c774dbacdeca (patch)
tree9f69e6b427b691ae72b7351ea70993c470b20f51 /SConstruct
parent43f0106f81226853e0fffab7cc1b4b6699aae2c7 (diff)
downloadlighttpd-git-1a8d8e0ca519b49d9e5be57e5dd5c774dbacdeca.tar.gz
[core] periodically malloc_trim() to release mem (fixes #3084)
x-ref: "Memory fragmentation with HTTP/2 enabled" https://redmine.lighttpd.net/issues/3084
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 741a8e4f..0b0e64ef 100644
--- a/SConstruct
+++ b/SConstruct
@@ -429,6 +429,7 @@ if 1:
'localtime_r',
'lstat',
'madvise',
+ 'malloc_trim',
'mallopt',
'memcpy',
'mempcpy',