Just some things from my work developing RoR applications.
cat /proc/sys/net/core/somaxconn
sudo sysctl -w net.core.somaxconn=1024
To make this change permanent you need to add /etc/syctl.d/61-net.core.maxsoconn.confWith this value.
Post a Comment
1 comment:
To make this change permanent you need to add
/etc/syctl.d/61-net.core.maxsoconn.conf
With this value.
Post a Comment