add preferred jemalloc config

add muzzy/dirty configuration mallctl interface

add program argument for --gc-muzzy=false

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-18 01:30:41 +00:00
parent 3eed408b29
commit 3dae02b886
12 changed files with 289 additions and 82 deletions

View file

@ -41,6 +41,7 @@ default = [
"gzip_compression",
"io_uring",
"jemalloc",
"jemalloc_conf",
"media_thumbnail",
"release_max_log_level",
"systemd",
@ -85,6 +86,9 @@ jemalloc_prof = [
jemalloc_stats = [
"conduwuit-core/jemalloc_stats",
]
jemalloc_conf = [
"conduwuit-core/jemalloc_conf",
]
media_thumbnail = [
"conduwuit-service/media_thumbnail",
]