Skip to content

Commit

Permalink
tuning tcp params
Browse files Browse the repository at this point in the history
  • Loading branch information
nl5887 committed Nov 14, 2014
1 parent 2770ceb commit 5cd6e4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .ebextensions/02sysctl.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
files:
"/etc/sysctl.conf":
mode: "000644"
owner: root
group: root
content: |
net.ipv4.tcp_wmem = 4096 16384 512000
net.ipv4.tcp_rmem = 4096 87380 512000
net.ipv4.tcp_window_scaling = 0
net.ipv4.tcp_timestamps = 0

0 comments on commit 5cd6e4b

Please sign in to comment.