Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created July 22, 2019 20:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadrienblanc/8beb0130846426da8fe9d69920b02c30 to your computer and use it in GitHub Desktop.
Save hadrienblanc/8beb0130846426da8fe9d69920b02c30 to your computer and use it in GitHub Desktop.

On a debian OS system

RUN apt-get update
RUN apt-get install libjemalloc-dev
ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment