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 ec56f54 commit 1e153b5Copy full SHA for 1e153b5
recipes/base_config.rb
@@ -25,11 +25,11 @@
25
26
# Increase somaxconn and tcp_max_syn_backlog for large scale setting
27
execute "increase somaxconn" do
28
- command "echo '131072' > /proc/sys/net/core/somaxconn"
+ command "echo '65535' > /proc/sys/net/core/somaxconn"
29
end
30
31
execute "increase tcp_max_syn_backlog" do
32
- command "echo '131072' > /proc/sys/net/ipv4/tcp_max_syn_backlog"
+ command "echo '65535' > /proc/sys/net/ipv4/tcp_max_syn_backlog"
33
34
35
# Amazon Time Sync
0 commit comments