Skip to content

Commit

Permalink
chore: add stats feature for jemalloc-ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Aug 23, 2024
1 parent 40e7b58 commit 0ad9b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ uuid.workspace = true
zstd.workspace = true

[target.'cfg(not(windows))'.dependencies]
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std"] }
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std", "stats"] }

[dev-dependencies]
auth = { workspace = true, features = ["testing"] }
Expand Down

0 comments on commit 0ad9b19

Please sign in to comment.