mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 20:30:18 +01:00
tuning tcp params
This commit is contained in:
parent
2770ceb517
commit
5cd6e4b63b
1 changed files with 10 additions and 0 deletions
10
.ebextensions/02sysctl.config
Normal file
10
.ebextensions/02sysctl.config
Normal 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…
Reference in a new issue