Skip to content

Commit ee175d0

Browse files
authored
Merge pull request #33 from kubean-io/change-kernel.pid_max
change kernel.pid_max to 4194304
2 parents 4d35d15 + d7365a1 commit ee175d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configmap:
2929
name: kube-node-tuning-config
3030

3131
sysctl-conf: |-
32-
kernel.pid_max=131072
32+
kernel.pid_max=4194304
3333
net.netfilter.nf_conntrack_max=1048576
3434
fs.inotify.max_user_watches=65536
3535

0 commit comments

Comments
 (0)