Skip to content
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

Feature: benchmark memory usage with jemalloc #1114

Open
romanz opened this issue Nov 14, 2024 · 5 comments
Open

Feature: benchmark memory usage with jemalloc #1114

romanz opened this issue Nov 14, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request performance

Comments

@romanz
Copy link
Owner

romanz commented Nov 14, 2024

Following https://twitter.com/dpc_pw/status/1856972589140152700

@romanz romanz added enhancement New feature or request performance labels Nov 14, 2024
@romanz romanz self-assigned this Nov 14, 2024
@romanz
Copy link
Owner Author

romanz commented Nov 14, 2024

@dpc would it please be possible to share the commits being used in https://twitter.com/dpc_pw/status/1857090601042198921?

@dpc
Copy link

dpc commented Nov 14, 2024

I'm still working and investigating, but I'm currently testing: fedimint/fedimint#6354

romanz added a commit that referenced this issue Nov 19, 2024
Following #1114
@romanz
Copy link
Owner Author

romanz commented Nov 29, 2024

When running with jemalloc (#1115), there is a ~10% memory usage improvement (right-side plot vs. left-side):
image
Tested with Electrum client loading the 1BitcoinEaterAddressDontSendf59kuE address (with >3.8k txs).

@antonilol
Copy link
Contributor

10% seems far off from only using half the memory, sure, electrs itself also uses memory, but does #1115 also change the allocator used by rocksdb? Setting the global allocator in Rust will use it for Rust's heap allocated data structures (Vec, HashMap, BTreeMap, etc), but i am unsure about if this will cause rocksdb to also use it. (see facebook/rocksdb#12364, rust-rocksdb/rust-rocksdb#863)

@dpc
Copy link

dpc commented Dec 2, 2024

@antonilol I think you're right and actually enabling jemalloc for rocksdb requires some work. In Fedimint it seems we're hitting some weird patterns around iterator usage on the Rust side where jemalloc helps significantly. I need to investigate enabling jemalloc for rocksdb itself and will share and follow this thread with anyone else trying the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

3 participants