[master] 65b82a9 Revert "[doc] default,256m -> malloc,256m"

Guillaume Quintard guillaume at varnish-software.com
Mon Oct 30 17:45:06 UTC 2017


commit 65b82a960e0812655e935fcd9360d373b4bbf885
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Oct 30 18:44:32 2017 +0100

    Revert "[doc] default,256m -> malloc,256m"
    
    This reverts commit 83425a059ac9a292b8909a2d3a58aa2c35c5d769.

diff --git a/doc/sphinx/tutorial/putting_varnish_on_port_80.rst b/doc/sphinx/tutorial/putting_varnish_on_port_80.rst
index 16d38bc..b1c254b 100644
--- a/doc/sphinx/tutorial/putting_varnish_on_port_80.rst
+++ b/doc/sphinx/tutorial/putting_varnish_on_port_80.rst
@@ -19,7 +19,7 @@ some text that looks like this::
                -T localhost:6082 \
                -f /etc/varnish/default.vcl \
                -S /etc/varnish/secret \
-               -s malloc,256m"
+               -s default,256m"
 
 Change it to::
 
@@ -27,7 +27,7 @@ Change it to::
                -T localhost:6082 \
                -f /etc/varnish/default.vcl \
                -S /etc/varnish/secret \
-               -s malloc,256m"
+               -s default,256m"
 
 Debian (v8+) / Ubuntu (v15.04+)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -40,7 +40,7 @@ Applying changes to the default service is best done by creating a new file
 
   [Service]
   ExecStart=
-  ExecStart=/usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
+  ExecStart=/usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s default,256m
 
 This will override the ExecStart part of the default configuration shipped
 with Varnish Cache.


More information about the varnish-commit mailing list