diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-07 20:01:18 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-07 20:01:18 +0000 |
commit | 70a62b3cdd476589de95e8cf5d3045e83271a2d9 (patch) | |
tree | 34757f5229f88fdee1cf6b6da4fe4bd7df9c3bdd | |
parent | 85b3c510c96bfb4ee2bf1fcd82b2157b35e3a46c (diff) | |
download | ansible-70a62b3cdd476589de95e8cf5d3045e83271a2d9.tar.gz ansible-70a62b3cdd476589de95e8cf5d3045e83271a2d9.tar.xz ansible-70a62b3cdd476589de95e8cf5d3045e83271a2d9.zip |
up this varnish limit now
-rw-r--r-- | roles/varnish/files/varnish.f25 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/varnish/files/varnish.f25 b/roles/varnish/files/varnish.f25 index bf8105aa0..4cecb5b01 100644 --- a/roles/varnish/files/varnish.f25 +++ b/roles/varnish/files/varnish.f25 @@ -22,7 +22,7 @@ VARNISH_SECRET_FILE=/etc/varnish/secret # Backend storage specification, see Storage Types in the varnishd(5) # man page for details. -VARNISH_STORAGE="malloc,56GB" +VARNISH_STORAGE="malloc,72GB" # User and group for the varnishd worker processes VARNISH_USER=varnish |