We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcf6cd commit 38885cfCopy full SHA for 38885cf
ansible/roles/host_setup/defaults/main.yml
@@ -42,7 +42,8 @@ host_rp_filter_all: 0
42
host_rp_filter_default: 0
43
44
# Set the maximum size of the connection tracking table.
45
-host_nf_conntrack_max: 262144
+host_nf_conntrack_max: 1048576
46
+host_nf_conntrack_buckets: 262144
47
48
# System control kernel tuning
49
kernel_options:
@@ -106,6 +107,8 @@ kernel_options:
106
107
value: "{{ set_gc_val | int * 2 }}"
108
- key: 'net.netfilter.nf_conntrack_max'
109
value: "{{ host_nf_conntrack_max }}"
110
+ - key: 'net.netfilter.nf_conntrack_buckets'
111
+ value: "{{ host_nf_conntrack_buckets }}"
112
- key: 'vm.dirty_background_ratio'
113
value: 5
114
- key: 'vm.dirty_ratio'
0 commit comments