From 74ef7bedd939c930c1590a820d8638dd254641c2 Mon Sep 17 00:00:00 2001 From: AJ Date: Mon, 4 Nov 2024 22:01:04 +0000 Subject: [PATCH] Update sysctl.yaml.j2 (#1) --- .../kubernetes/bootstrap/talos/patches/global/sysctl.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/templates/kubernetes/bootstrap/talos/patches/global/sysctl.yaml.j2 b/bootstrap/templates/kubernetes/bootstrap/talos/patches/global/sysctl.yaml.j2 index ca06be31d06..a7012f3a557 100644 --- a/bootstrap/templates/kubernetes/bootstrap/talos/patches/global/sysctl.yaml.j2 +++ b/bootstrap/templates/kubernetes/bootstrap/talos/patches/global/sysctl.yaml.j2 @@ -1,6 +1,6 @@ machine: sysctls: - fs.inotify.max_user_watches: "1048576 + fs.inotify.max_user_watches: "1048576" fs.inotify.max_user_instances: "8192" net.core.rmem_max: "7500000" net.core.wmem_max: "7500000"