Skip to content

Instantly share code, notes, and snippets.

@yorkie
Last active December 29, 2015 17:19
Show Gist options
  • Save yorkie/7703591 to your computer and use it in GitHub Desktop.
Save yorkie/7703591 to your computer and use it in GitHub Desktop.
update the kernel params in linux...
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
service network restart
# vi-style
vi /etc/sysctl.conf
/sbin/sysctl -p // this command is for saving result
@yorkie
Copy link
Author

yorkie commented Nov 29, 2013

check the whole params by running the below command:

/sbin/sysctl -a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment