Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.2.2
-
None
Description
The research showed that CS behaves inefficient using default(LeDough) memory allocator. MA either doesn't release the mmap-ed memory allocations or reuse them. This produces "leak". The only workaround for this is to restart CS.
jemalloc is the solution of choice b/c CS displays a way more behavior when used with jemalloc: it releases mmap-ed memory or tries to reuse it thus decreases resident memory usage.
Attachments
Issue Links
- relates to
-
MCOL-2136 Use jemalloc as the main memory allocator
- Closed