]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/memcached/attributes/default.rb
Add a bunch more cookbooks
[chef.git] / cookbooks / memcached / attributes / default.rb
diff --git a/cookbooks/memcached/attributes/default.rb b/cookbooks/memcached/attributes/default.rb
new file mode 100644 (file)
index 0000000..01a556c
--- /dev/null
@@ -0,0 +1,6 @@
+default[:memcached][:memory_limit] = "256"
+default[:memcached][:connection_limit] = "1024"
+default[:memcached][:ip_address] = "127.0.0.1"
+default[:memcached][:tcp_port] = "11211"
+default[:memcached][:chunk_growth_factor] = "1.25"
+default[:memcached][:min_item_size] = "48"