Commit 65b82a96 authored by Guillaume Quintard's avatar Guillaume Quintard

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

This reverts commit 83425a05.
parent 83425a05
...@@ -19,7 +19,7 @@ some text that looks like this:: ...@@ -19,7 +19,7 @@ some text that looks like this::
-T localhost:6082 \ -T localhost:6082 \
-f /etc/varnish/default.vcl \ -f /etc/varnish/default.vcl \
-S /etc/varnish/secret \ -S /etc/varnish/secret \
-s malloc,256m" -s default,256m"
Change it to:: Change it to::
...@@ -27,7 +27,7 @@ Change it to:: ...@@ -27,7 +27,7 @@ Change it to::
-T localhost:6082 \ -T localhost:6082 \
-f /etc/varnish/default.vcl \ -f /etc/varnish/default.vcl \
-S /etc/varnish/secret \ -S /etc/varnish/secret \
-s malloc,256m" -s default,256m"
Debian (v8+) / Ubuntu (v15.04+) Debian (v8+) / Ubuntu (v15.04+)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...@@ -40,7 +40,7 @@ Applying changes to the default service is best done by creating a new file ...@@ -40,7 +40,7 @@ Applying changes to the default service is best done by creating a new file
[Service] [Service]
ExecStart= 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 This will override the ExecStart part of the default configuration shipped
with Varnish Cache. with Varnish Cache.
......
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