Skip to content

feat: use jemallocator instead of default malloc#552

Open
arilotter wants to merge 1 commit intomainfrom
jemalloc
Open

feat: use jemallocator instead of default malloc#552
arilotter wants to merge 1 commit intomainfrom
jemalloc

Conversation

@arilotter
Copy link
Collaborator

closes #459
the default system allocator isn't designed for multithreaded workloads like psyche. similar programs like the agave solana validator use jemalloc via the tikv-jemallocator crate. we adopt the same in our production binaries.

closes #459
the default system allocator isn't designed for multithreaded workloads
like psyche. similar programs like the agave solana validator use
jemalloc via the tikv-jemallocator crate. we adopt the same in our
production binaries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perf: replace system allocator with tikv-jemallocator to reduce contention (or maybe mimalloc)

1 participant