Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created July 23, 2015 05:37
Show Gist options
  • Save andreferraro/5a0809b04cc13209f354 to your computer and use it in GitHub Desktop.
Save andreferraro/5a0809b04cc13209f354 to your computer and use it in GitHub Desktop.
#[...]
DAEMON_OPTS="-a :80 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-p thread_pool_add_delay=2 \
-p thread_pools=2 \
-p thread_pool_min=400 \
-p thread_pool_max=4000 \
-s file,/var/cache/varnish.a,512m \
-s file,/var/cache/varnish.b,512m \
-s file,/var/cache/varnish.c,512m \
-s malloc,256m"
#[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment