diff options
author | Vincent Ambo <tazjin@gmail.com> | 2015-11-24T13·07+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2015-11-24T13·07+0100 |
commit | 94788f1f92b0d4d3733e044b015b72c0857d02cd (patch) | |
tree | 87d406edd04566b1cebbf50a0ecc44caf8d836c8 /varnish | |
parent | 35dba3b2114248dabe23a3ad2a177b4de909994f (diff) |
[varnish & k8s] Minor config updates
Diffstat (limited to 'varnish')
-rw-r--r-- | varnish/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/varnish/Dockerfile b/varnish/Dockerfile index 54a8afe27879..83733b527d31 100644 --- a/varnish/Dockerfile +++ b/varnish/Dockerfile @@ -11,4 +11,6 @@ ADD default.vcl /etc/varnish/default.vcl CMD ulimit -n 131072 && \ /usr/sbin/varnishd -F -f /etc/varnish/default.vcl \ - -a :6081 -T :6082 -a :6083,PROXY -t 120 + -a :6081 -T :6082 -a :6083,PROXY -t 120 \ + -p thread_pool_min=5 -p thread_pool_max=500\ + -p thread_pool_timeout=300 |