Update videobridge installation authored by Roland Alton's avatar Roland Alton
...@@ -89,6 +89,7 @@ append in `/etc/sysctl.conf` ...@@ -89,6 +89,7 @@ append in `/etc/sysctl.conf`
# increase Linux TCP buffer limits # increase Linux TCP buffer limits
net.core.rmem_max = 10485760 net.core.rmem_max = 10485760
net.core.wmem_max = 10485760 net.core.wmem_max = 10485760
net.core.netdev_max_backlog=100000
# increase Linux autotuning TCP buffer limits # increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use # min, default, and max number of bytes to use
... ...
......