projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increase the size of the memcache store on the web backends
[chef.git]
/
roles
/
web-backend.rb
diff --git
a/roles/web-backend.rb
b/roles/web-backend.rb
index 6c87efcbd4b1750d76438ae9e3b812f388b65b10..5cda57edce712a577dad5a4aa8b7e263917d6167 100644
(file)
--- a/
roles/web-backend.rb
+++ b/
roles/web-backend.rb
@@
-9,7
+9,7
@@
default_attributes(
}
},
:memcached => {
- :memory_limit =>
512
+ :memory_limit =>
4096
},
:web => {
:rails_daemon_limit => 12,