Skip to content

Instantly share code, notes, and snippets.

View kingeasternsun's full-sized avatar
🎯
Focusing

kingeasternsun kingeasternsun

🎯
Focusing
  • hangzhou
View GitHub Profile
@kingeasternsun
kingeasternsun / gist:223f059f5977c867a6ee4a61a7466ba7
Created March 26, 2019 03:14 — forked from perusio/gist:2154235
High performance tuning of Nginx
## From a post on the ML, apropos this:
## http://lowlatencyweb.wordpress.com/2012/03/20/500000-requestssec-modern-http-servers-are-fast.
## For sysctl.conf
net.ipv4.tcp_slow_start_after_idle = 0
echo "2048 64512" > /proc/sys/net/ipv4/ip_local_port_range
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle
echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse