Browse Source

tuning tcp params

tags/v1.0.0
Remco 9 years ago
parent
commit
5cd6e4b63b
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .ebextensions/02sysctl.config

+ 10
- 0
.ebextensions/02sysctl.config View File

@@ -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

Loading…
Cancel
Save