Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangdotli authored Dec 20, 2018
1 parent 379df89 commit cd38974
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# websocket_memo
# websocket_memo

fs.file-max=1000000
fs.nr_open=1000000
net.ipv4.ip_local_port_range=1024 65535
net.ipv4.tcp_timestamps=1
net.ipv4.tcp_tw_reuse=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_fin_timeout=30
kernel.pid_max=1000000
kernel.threads-max=1000000
vm.max_map_count=1000000
net.ipv4.tcp_mem=10000000 10000000 10000000
net.ipv4.tcp_rmem=1024 4096 16384
net.ipv4.tcp_wmem=1024 4096 16384
net.core.rmem_max=16384
net.core.wmem_max=16384
net.core.netdev_max_backlog=10000
net.ipv4.tcp_syncookies=1

0 comments on commit cd38974

Please sign in to comment.