Skip to content

Commit

Permalink
chore: update jemalloc to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Sep 7, 2022
1 parent a17d12a commit 6df2872
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lto = true
codegen-units = 1

[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies]
tikv-jemallocator = { version = "0.4.0", features = ["unprefixed_malloc_on_supported_platforms"] }
tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_supported_platforms"] }

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions util/memory-tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ckb-metrics = { path = "../metrics", version = "= 0.105.0-pre" }
ckb-db = { path = "../../db", version = "= 0.105.0-pre" }

[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies]
jemalloc-ctl = { package = "tikv-jemalloc-ctl", version = "0.4.2" }
jemalloc-sys = { package = "tikv-jemalloc-sys", version = "0.4.2" }
jemalloc-ctl = { package = "tikv-jemalloc-ctl", version = "0.5.0" }
jemalloc-sys = { package = "tikv-jemalloc-sys", version = "0.5.0" }
libc = "0.2"
once_cell = "1.8.0"

Expand Down

0 comments on commit 6df2872

Please sign in to comment.