Compare commits

..
1 Commits
Author SHA1 Message Date
xtaciandGitHub f8ca7afa22 Update README.md 2018-12-26 23:26:56 +08:00
+4 -1
View File
@@ -31,11 +31,14 @@ Increase the number of open files on your server, as:
`ulimit -n 65535`, or write it in `~/.bashrc`.
Increase the OS UDP buffers to improve performance, as:
Suggested `sysctl.conf` parameters for better handling of UDP packets:
```
net.core.rmem_max=26214400
net.core.rmem_default=26214400
net.core.wmem_max=26214400
net.core.wmem_default=26214400
net.core.netdev_max_backlog=2048
```
You can also increase the per-socket buffer by adding parameter(default 4MB):