You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
We need to see what memory improvements can be seen w/ autopush/endpoint under a MALLOC_ARENA_MAX=1
We currently have a couple nodes running at a more conservative MALLOC_ARENA_MAX=2. We're still seeing the same rate of growth, however the total RSS used has been cut by about 33% under endpoint, and about 20% under autopush.
The text was updated successfully, but these errors were encountered:
pjenvey
changed the title
Test autopush/endpoint w/ low MALLOC_ARENA_MAX values
Test autopush/endpoint w/ low MALLOC_ARENA_MAX values and jemalloc
Mar 5, 2018
We appear to be suffering from glibc malloc using excessive memory w/ our allocation patterns, similar to the situation described here:
http://codearcana.com/posts/2016/07/11/arena-leak-in-glibc.html
We need to see what memory improvements can be seen w/ autopush/endpoint under a MALLOC_ARENA_MAX=1
We currently have a couple nodes running at a more conservative MALLOC_ARENA_MAX=2. We're still seeing the same rate of growth, however the total RSS used has been cut by about 33% under endpoint, and about 20% under autopush.
The text was updated successfully, but these errors were encountered: