Skip to content

Commit 40fa88f

Browse files
authored
perf: activate unprefixed_malloc_on_supported_platforms on tikv-jemallocator (#1522)
1 parent 454600e commit 40fa88f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/ream/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ serde.workspace = true
4545
serde_json.workspace = true
4646
serde_yaml.workspace = true
4747
ssz_types.workspace = true
48-
tikv-jemallocator.workspace = true
48+
tikv-jemallocator = { workspace = true, features = [
49+
"unprefixed_malloc_on_supported_platforms",
50+
] }
4951
tokio.workspace = true
5052
tracing = { workspace = true, features = ["log"] }
5153
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 commit comments

Comments
 (0)