-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update jemalloc version #168
Comments
bors bot
added a commit
to nervosnetwork/ckb
that referenced
this issue
Sep 9, 2021
3023: perf: switch global alloc to tikv-jemallocator r=doitian,driftluo 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 problem does this PR solve? gnzlbg/jemallocator#168 jemalloc/jemalloc#1497 see also: rust-lang/rust#83152 ### What is changed and how it works? Proposal: switch global alloc to tikv-jemallocator which is more up-to-date ### Related changes ### Check List <!--REMOVE the items that are not applicable--> Side effects - Performance regression - Breaking backward compatibility ### 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 <787953403@qq.com>
Use tikv instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A strange situation occurs in a service in our environment, where the memory increases by 1 GB in the case of no load. The service is developed using Tokio. The current jemallocator version is 0.3. 0, and the jemalloc version carried by the service is 5.1.0.
Version 5.1.0 has a terrible problem
jemalloc/jemalloc#1497
The text was updated successfully, but these errors were encountered: