enable tcmalloc
Bug #1799256 reported by
RJ Skerry-Ryan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
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.
Changed in mixxx: | |
status: | New → Confirmed |
milestone: | none → 2.3.0 |
importance: | Undecided → Wishlist |
Changed in mixxx: | |
milestone: | 2.3.0 → none |
To post a comment you must log in.
Mixxx now uses GitHub for bug tracking. This bug has been migrated to: /github. com/mixxxdj/ mixxx/issues/ 9476
https:/