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

chore(core): remove jemalloc #50

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Conversation

alessiodf
Copy link
Collaborator

I originally implemented jemalloc as the memory allocator in the upstream Core back in 2020 as a result of problems with memory fragmentation. In the end, it was traced to a memory leak caused by the use of compression in the p2p middleware.

Since I fixed that memory leak, and the entire p2p middleware was subsequently replaced in Core 3.x, there is no major need for jemalloc anymore, so we no longer ship it.

@Cactus-15-49 Cactus-15-49 merged commit 5d6587b into develop Mar 21, 2022
@Cactus-15-49 Cactus-15-49 deleted the chore/remove-jemalloc branch March 21, 2022 17:32
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.

None yet

2 participants