]> err.no Git - varnish/commit
Use jemalloc by default on Linux
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 12:41:29 +0000 (12:41 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 12:41:29 +0000 (12:41 +0000)
commitd9452a54a02ba2266d0400bf1ca9ff7d9a95d7f5
tree4df2bc23d85d8010f74c88d0dabf5efafb288660
parent609c38f4c792c094de44a8c653cabed0a11dc4cd
Use jemalloc by default on Linux

We seem to run into trouble with regular glibc malloc on Linux, so use
jemalloc instead of glibc's malloc.

This can be disabled using --disable-jemalloc

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3216 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/configure.ac
varnish-cache/lib/Makefile.am
varnish-cache/lib/libjemalloc/Makefile [deleted file]
varnish-cache/lib/libjemalloc/Makefile.am [new file with mode: 0644]