ソースを参照

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