Skip to content

[parity-util-mem] Consider using tikv-jemallocator instead of jemallocator #586

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

Closed
ordian opened this issue Sep 3, 2021 · 2 comments · Fixed by #589
Closed

[parity-util-mem] Consider using tikv-jemallocator instead of jemallocator #586

ordian opened this issue Sep 3, 2021 · 2 comments · Fixed by #589

Comments

@ordian
Copy link
Member

ordian commented Sep 3, 2021

rust-lang/rust#83152
https://docs.rs/tikv-jemallocator
rust-rocksdb/rust-rocksdb#554

@koute
Copy link
Contributor

koute commented Sep 13, 2021

Good idea; I'll try to run some basic performance/memory tests and push a PR.

@koute koute self-assigned this Sep 13, 2021
@koute
Copy link
Contributor

koute commented Sep 14, 2021

From very rough tests it looks like the CPU usage is mostly unchanged, but the peak RSS memory usage is around ~10% lower, so should be worth migrating to!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants