Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sidmeister/e5aca4c457d0b3aa833941b44f2a45df to your computer and use it in GitHub Desktop.
Save sidmeister/e5aca4c457d0b3aa833941b44f2a45df to your computer and use it in GitHub Desktop.
Install jemalloc on Mac OSX
$ git clone [email protected]:jemalloc/jemalloc.git
$ autoconf
$ ./configure --enable-prof
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment