[MCOL-2136] Use jemalloc as the main memory allocator Created: 2019-02-04 Updated: 2020-08-25 Resolved: 2019-02-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | 1.0.15, 1.1.6 |
| Fix Version/s: | 1.0.16, 1.1.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 2019-01, 2019-02 | ||||||||||||
| 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. |
| Comments |
| Comment by Roman [ 2019-02-12 ] |
|
Please review. |
| Comment by Daniel Lee (Inactive) [ 2019-02-12 ] |
|
Build verified: 1.0.16-1, 1.1.7-1 1.1.7-1 server commit: Still waiting for 1.2.3-1 |
| Comment by Daniel Lee (Inactive) [ 2019-02-15 ] |
|
Build verified: 1.1.7-1 RC server commit: 1.1.7-1 RC is now available for testing so I retested it. |