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 Jul 13, 2023. It is now read-only.
Given our excessive memory usage under glibc malloc push-service#78 we should support easily swapping it out for jemalloc.
It's known to be a lot more consistent in RSS size vs glibc malloc in a number of situations.
We should be able to inject it via an LD_PRELOAD. The Docker file can ensure it's installed and handle setting the LD_PRELOAD appropriately depending on some external environment variable. This way it can be easily toggled off/on.
The text was updated successfully, but these errors were encountered:
Given our excessive memory usage under glibc malloc push-service#78 we should support easily swapping it out for jemalloc.
It's known to be a lot more consistent in RSS size vs glibc malloc in a number of situations.
We should be able to inject it via an LD_PRELOAD. The Docker file can ensure it's installed and handle setting the LD_PRELOAD appropriately depending on some external environment variable. This way it can be easily toggled off/on.
The text was updated successfully, but these errors were encountered: