Installs and configures conntrack to track the maximum number of concurrent network connections to maintain.
- Ubuntu 14.04
-
node['conntrack']['hashsize']
- (32,768) Default value to use -
node['conntrack']['max']
- (computed) value 4x thehashsize
Add conntrack
to the node's run_list and optionally set either or both the hashsize
and max
values.
{
"name": "foo.example.com",
...
"run_list": [
...
"recipe[conntrack]"
],
"default_attributes": {
...
"conntrack": {
"hashsize": 32768
}
}
Copyright:: 2012-2015, Rackspace