We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3967eff commit 0d84532Copy full SHA for 0d84532
1 file changed
basefiles/sysctl.d/99-dstack.conf
@@ -0,0 +1,6 @@
1
+# SPDX-FileCopyrightText: 2025 Phala Network <dstack@phala.network>
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+# Increase conntrack table for high-concurrency gateway/proxy workloads.
5
+# Default 262144 is insufficient when proxying >100K concurrent connections.
6
+net.netfilter.nf_conntrack_max = 2097152
0 commit comments