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

enable tcmalloc #9476

Open
mixxxbot opened this issue Aug 23, 2022 · 0 comments
Open

enable tcmalloc #9476

mixxxbot opened this issue Aug 23, 2022 · 0 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: rryan
Date: 2018-10-22T16:07:53Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1799256


I think we should switch to using tcmalloc [1]. Until we fix Bug #⁠1641360, tcmalloc will help because it can isolate the engine thread's malloc'ing from the rest of Mixxx's threads because each thread gets its own thread-local memory pool which only locks a global mutex when it needs to increase the size of its pool.

It's a trivial change code-wise (we already have a build option for it) we just need to add it to the build environments.

[1] https://gperftools.github.io/gperftools/tcmalloc.html

https://github.com/gperftools/gperftools

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant