浏览代码

Increased the task limit of the unit file to be 4096 (max
connections per hub) * 4096 (max hubs)

Ron Nabuurs 6 年之前
父节点
当前提交
a2e2d5133b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      systemd/softether-vpnserver.service

+ 1 - 0
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