Add jemalloc support

This commit is contained in:
Michael Sproul
2022-11-07 18:48:31 +11:00
parent 8600645f65
commit 69ecba7876
8 changed files with 138 additions and 5 deletions

4
.cargo/config.toml Normal file
View File

@@ -0,0 +1,4 @@
[env]
# Set the number of arenas to 16 when using jemalloc.
JEMALLOC_SYS_WITH_MALLOC_CONF = "abort_conf:true,narenas:16"