Use jemalloc

This commit is contained in:
Maksim Karasev 2021-08-30 11:10:00 +03:00
parent 1da111e919
commit 6e972a8d38
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@ RUN apt-get update && \
apt-get install -y \
ffmpeg \
python3 \
libjemalloc-dev \
build-essential \
&& find /usr/ -name "*jemalloc.so" > /etc/ld.so.preload \
&& yarn --version\
&& yarn workspaces focus server\
&& yarn workspace server build \