Skip to content

Commit 849b37b

Browse files
committed
chore(sysctls): update sysctl values to use string format
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 985584b commit 849b37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

talos/cluster/sysctls.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
machine:
22
sysctls:
3-
net.core.rmem_max: 7500000
4-
net.core.wmem_max: 7500000
3+
net.core.rmem_max: "7500000"
4+
net.core.wmem_max: "7500000"

0 commit comments

Comments
 (0)