X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/805ab61e66fe3adb45e57f50e49b168d84a6a8b1..7b9ec4b60ee39614d1d083d7220e76b07d2b275f:/cookbooks/memcached/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/memcached/attributes/default.rb b/cookbooks/memcached/attributes/default.rb new file mode 100644 index 000000000..01a556cfa --- /dev/null +++ b/cookbooks/memcached/attributes/default.rb @@ -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"