Commit cb2db194 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Malloc is ready for production, mark it so in the docs


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3240 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 085ec576
...@@ -239,7 +239,6 @@ The following storage types are available: ...@@ -239,7 +239,6 @@ The following storage types are available:
.It Cm malloc .It Cm malloc
Storage for each object is allocated with Storage for each object is allocated with
.Xr malloc 3 . .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 .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. Storage for each object is allocated from an arena backed by a file.
This is the default. This is the default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment