Better documented `jemalloc` feature.

Unsure if the massive page mapping is an issue or not...

Fortune for collect's current commit: Blessing − 吉
safe-memfd
Avril 3 years ago
parent cc37f604f1
commit 3af34dc78f
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -14,7 +14,8 @@ default = ["jemalloc", "tracing/release_max_level_warn"]
# bytes: use `bytes` crate for collecting instead of `std::vec`
# Use jemalloc instead of system malloc.
# Seems to reduce overall memory usage at the cost of a very small speed drop.
#
# Decreases memory-handling function calls, resulting in less "used" memory and faster allocation speeds at the cost of mapping a huge amount of virtual memory.
jemalloc = ["jemallocator"]
# Remove all tracing points

Loading…
Cancel
Save