Closed csegarra closed 8 years ago
The template file for varnish.service has the storage config hardcoded.
varnish.service
-ExecStart=/usr/sbin/varnishd -a :{{ varnish_listen_port }} -T {{ varnish_admin_listen_host }}:{{ varnish_admin_listen_port }} -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
So, it always use malloc and 256 Mb.
malloc
256 Mb
The path of default.vcl and secret are hardcoded two.
The template file for
varnish.service
has the storage config hardcoded.So, it always use
malloc
and256 Mb
.The path of default.vcl and secret are hardcoded two.