Просмотр исходного кода

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

Ron Nabuurs 6 лет назад
Родитель
Сommit
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