From a2e2d5133b2b43d5ef1540ab536949d045496d04 Mon Sep 17 00:00:00 2001 From: Ron Nabuurs Date: Fri, 19 Apr 2019 11:53:39 +0200 Subject: [PATCH] Increased the task limit of the unit file to be 4096 (max connections per hub) * 4096 (max hubs) --- systemd/softether-vpnserver.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/softether-vpnserver.service b/systemd/softether-vpnserver.service index c81309ce..f2ef53fe 100644 --- a/systemd/softether-vpnserver.service +++ b/systemd/softether-vpnserver.service @@ -5,6 +5,7 @@ ConditionPathExists=!${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserv [Service] Type=forking +TasksMax=16777216 EnvironmentFile=-${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver ExecStart=${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver/vpnserver start ExecStop=${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver/vpnserver stop