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
Without an explicit upstream recommendation for using jemalloc by default, I hesitate to make an actual image change here (especially given that there are really functional workarounds that allow users to enable jemalloc in a dependent image without too much trouble).
So, this should be done in your own Dockerfile that is FROM MySQL.
Any chance you can amend docker-build to use jemalloc ?
apt-get install -y --no-install-recommends libjemalloc2
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
The text was updated successfully, but these errors were encountered: