From 382024a18046b4aba0fae1a7c9374424fa002af4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 5 Mar 2014 21:46:26 +0900 Subject: [PATCH] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 324decb5..dcbdeba1 100644 --- a/README.rst +++ b/README.rst @@ -88,6 +88,11 @@ The HPACK tools require the following package: * jansson >= 2.5 +To mitigate heap fragmentation in long running server programs +(``nghttpd`` and ``nghttpx``), jemalloc is recommended: + +* jemalloc + The Python bindings require the following packages: * cython >= 0.19 @@ -107,6 +112,7 @@ installed: * libxml2-dev * libevent-dev * libjansson-dev +* libjemalloc-dev spdylay is not packaged in Ubuntu, so you need to build it yourself: http://tatsuhiro-t.github.io/spdylay/