proxies: bump nf_conntrack_max to a high value
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
774645fb06
commit
0ab0890b58
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
#- import_tasks: "{{ tasks_path }}/apache.yml"
|
||||
#- import_tasks: "{{ tasks_path }}/mod_wsgi.yml"
|
||||
|
||||
- name: set ip_conntrack_max to a high value as the proxies deal with lots of connections
|
||||
sysctl: name=net.nf_conntrack_max valuei=26214400 state=present sysctl_set=yes reload=yes
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue