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 Jun 12, 2020. It is now read-only.
Check if lib/mysql/libjemalloc.so exists in the Percona Server install package. If so, then use it.
If the jemalloc library is not included in the release package, then it is up to the user to build their own jemalloc library. Here is an example of getting jemalloc and building it.
git clone -b 3.6.0 git@github.com:jemalloc/jemalloc jemalloc-3.6.0
cd jemalloc-3.6.0
./autorun.sh
./configure
make