[master] 1c3570502 doc: The default storage is not (necessarily) malloc

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Jun 29 15:45:06 UTC 2021


commit 1c3570502f1f7325ffce5edb5fa75d068e5a58f3
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jun 29 17:41:50 2021 +0200

    doc: The default storage is not (necessarily) malloc

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 5be41cf23..5fad3096f 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -330,20 +330,20 @@ hit-for-pass.
 
 If no ``-s`` options are given, the default is::
 
-	-s malloc,100m
+	-s default,100m
 
 If no ``Transient`` storage is defined, the default is an unbound
-``malloc`` storage as if defined as::
+``default`` storage as if defined as::
 
-	-s Transient=malloc
+	-s Transient=default
 
 
 The following storage types and options are available:
 
 -s <default[,size]>
 
-  The default storage type resolves to umem where available and malloc
-  otherwise.
+  The default storage type resolves to ``umem`` where available and
+  ``malloc`` otherwise.
 
 -s <malloc[,size]>
 


More information about the varnish-commit mailing list