]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Network Troubleshooting.
authorWill Budicm <redacted>
Wed, 23 Dec 2020 22:37:06 +0000 (09:37 +1100)
committerWill Budicm <redacted>
Wed, 23 Dec 2020 22:37:06 +0000 (09:37 +1100)
Installation.txt

index e96c6682a3139502d89d9038a7fc7c9d68406218..98182c52296b6eb7bfa89763398c3abde4d78384 100644 (file)
@@ -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