[master] 83425a0 [doc] default,256m -> malloc,256m

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


commit 83425a059ac9a292b8909a2d3a58aa2c35c5d769
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Mon Oct 30 18:12:24 2017 +0100

    [doc] default,256m -> malloc,256m

diff --git a/doc/sphinx/tutorial/putting_varnish_on_port_80.rst b/doc/sphinx/tutorial/putting_varnish_on_port_80.rst
index b1c254b..16d38bc 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 default,256m"
+               -s malloc,256m"
 
 Change it to::
 
@@ -27,7 +27,7 @@ Change it to::
                -T localhost:6082 \
                -f /etc/varnish/default.vcl \
                -S /etc/varnish/secret \
-               -s default,256m"
+               -s malloc,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 default,256m
+  ExecStart=/usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
 
 This will override the ExecStart part of the default configuration shipped
 with Varnish Cache.


More information about the varnish-commit mailing list