Skip to content

Instantly share code, notes, and snippets.

@zonomasa
Last active June 14, 2021 22:57
Show Gist options
  • 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 [email protected]: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