Skip to content

Commit 88b70e8

Browse files
committed
feat: add conntrack sysctl config for CVM guest (2M max)
1 parent dd3ed5f commit 88b70e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

basefiles/sysctl.d/99-dstack.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Increase conntrack table for high-concurrency gateway/proxy workloads.
2+
# Default 262144 is insufficient when proxying >100K concurrent connections.
3+
net.netfilter.nf_conntrack_max = 2097152

0 commit comments

Comments
 (0)