Skip to content

Instantly share code, notes, and snippets.

@zonomasa
Last active June 14, 2021 22:57
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zonomasa/481b7534594414b47723 to your computer and use it in GitHub Desktop.
Save zonomasa/481b7534594414b47723 to your computer and use it in GitHub Desktop.
Install jemalloc on Mac OSX
$ git clone git@github.com:jemalloc/jemalloc.git
$ autoconf
$ ./configure
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment