mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add snmalloc support (#13771)
This commit is contained in:
@ -118,6 +118,12 @@ jemalloc-prof = [
|
||||
]
|
||||
tracy-allocator = ["reth-cli-util/tracy-allocator"]
|
||||
|
||||
# Because jemalloc is default and preferred over snmalloc when both features are
|
||||
# enabled, `--no-default-features` should be used when enabling snmalloc or
|
||||
# snmalloc-native.
|
||||
snmalloc = ["reth-cli-util/snmalloc"]
|
||||
snmalloc-native = ["reth-cli-util/snmalloc-native"]
|
||||
|
||||
min-error-logs = ["tracing/release_max_level_error"]
|
||||
min-warn-logs = ["tracing/release_max_level_warn"]
|
||||
min-info-logs = ["tracing/release_max_level_info"]
|
||||
|
||||
Reference in New Issue
Block a user