We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83700f commit 59d4c9cCopy full SHA for 59d4c9c
scripts/pre-kubeadminit.sh
@@ -74,9 +74,9 @@ chmod 0755 /etc/systemd/system.conf.d
74
cat > /etc/systemd/system.conf.d/override.conf << EOF
75
[Manager]
76
# Set sane defaults for the NOFILE limits to support high-performance workloads:
77
-# - Soft limit (65535): Suitable for most containerized applications.
+# - Soft limit (1048576): Allows scaling for high-demand scenarios.
78
# - Hard limit (1048576): Allows scaling for high-demand scenarios.
79
-DefaultLimitNOFILE=65535:1048576
+DefaultLimitNOFILE=1048576:1048576
80
EOF
81
82
# containerd service
0 commit comments