Skip to content

Commit ffcd9d0

Browse files
Merge #3575
3575: chore: update jemalloc to 5.3.0 r=zhangsoledad a=zhangsoledad <!-- Thank you for contributing to nervosnetwork/ckb! If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document. If you're unsure about anything, just ask; somebody should be along to answer within a day or two. PR Title Format: 1. module [, module2, module3]: what's changed 2. *: what's changed --> ### What is changed and how it works? > ## 0.5.0 - 2022-05-19 > Update jemalloc to 5.3.0 (tikv/jemallocator#23) ### Related changes - PR to update `owner/repo`: - Need to cherry-pick to the release branch ### Check List <!--REMOVE the items that are not applicable--> Tests <!-- At least one of them must be included. --> - Unit test - Integration test ### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. --> ```release-note Title Only: Include only the PR title in the release note. ``` Co-authored-by: zhangsoledad <[email protected]>
2 parents 2aa9c2b + 7a9d6db commit ffcd9d0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lto = true
102102
codegen-units = 1
103103

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

107107
[features]
108108
default = []

util/memory-tracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ckb-metrics = { path = "../metrics", version = "= 0.105.0-pre" }
1414
ckb-db = { path = "../../db", version = "= 0.105.0-pre" }
1515

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

0 commit comments

Comments
 (0)