From: tfheen Date: Mon, 29 Sep 2008 12:10:12 +0000 (+0000) Subject: Malloc is ready for production, mark it so in the docs X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5193737a143626afd3467956a8c9bbc01f5b81f;p=varnish Malloc is ready for production, mark it so in the docs git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3240 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/varnishd.1 b/varnish-cache/bin/varnishd/varnishd.1 index 8bc7a97a..cbfd3f5d 100644 --- a/varnish-cache/bin/varnishd/varnishd.1 +++ b/varnish-cache/bin/varnishd/varnishd.1 @@ -239,7 +239,6 @@ The following storage types are available: .It Cm malloc Storage for each object is allocated with .Xr malloc 3 . -Not recommended for production use. .It Cm file Ns Op Ns , Ns Ar path Ns Op Ns , Ns Ar size Ns Op Ns , Ns Ar granularity Storage for each object is allocated from an arena backed by a file. This is the default.