From b1449f5e77828308fba657debf710bafb0785f5c Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:10:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20kernel=20optim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbooks/cluster-prepare.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/playbooks/cluster-prepare.yml b/ansible/playbooks/cluster-prepare.yml index a8a24ae2f..52ca05e99 100644 --- a/ansible/playbooks/cluster-prepare.yml +++ b/ansible/playbooks/cluster-prepare.yml @@ -122,6 +122,9 @@ net.ipv6.conf.all.forwarding: 1 net.bridge.bridge-nf-call-iptables: 1 net.bridge.bridge-nf-call-ip6tables: 1 + net.core.netdev_budget: 1000 + net.core.netdev_max_backlog: 65536 + net.core.optmem_max: 40960 fs.inotify.max_user_watches: 524288 fs.inotify.max_user_instances: 512 - name: System Configuration (2) | Disable swap