From cf639880a8f592cb9cdb23e79e96d355dc649f32 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Thu, 24 Dec 2020 09:37:06 +1100 Subject: [PATCH] Network Troubleshooting. --- Installation.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Installation.txt b/Installation.txt index e96c668..98182c5 100644 --- a/Installation.txt +++ b/Installation.txt @@ -261,4 +261,21 @@ The full URL to the LifeLog is the following link (if not working try without cg # http://localhost:8080/cgi-bin/ # -# \ No newline at end of file +# + +## Network Troubleshooting ## + +With some server software/hardware the following setting, might help if experiencing an lag. + +### Modify sysctl.conf: +sudo vim /etc/sysctl.conf + +So it lists later: +sudo sysctl -p + +net.ipv4.tcp_no_metrics_save = 1 +net.core.netdev_max_backlog = 5000 +net.ipv4.tcp_rmem = 10240 87380 12582912 +net.core.wmem_max = 12582912 +net.core.rmem_max = 12582912 +net.ipv4.tcp_window_scaling = 1 -- 2.34.1