Merge branch '18216-arvados-server-keepstore'
[arvados.git] / cmd / arvados-server / arvados-dispatch-cloud.service
index aa5cc3b4a5d033c3c163b09ad9a4ad411c3237b4..8d57e8a1612ca49ecc9d98b44a716eb1485e2640 100644 (file)
@@ -8,9 +8,6 @@ Documentation=https://doc.arvados.org/
 After=network.target
 AssertPathExists=/etc/arvados/config.yml
 
-# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
-StartLimitInterval=0
-
 # systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
 StartLimitIntervalSec=0
 
@@ -18,6 +15,8 @@ StartLimitIntervalSec=0
 Type=notify
 EnvironmentFile=-/etc/arvados/environment
 ExecStart=/usr/bin/arvados-dispatch-cloud
+# Set a reasonable default for the open file limit
+LimitNOFILE=65536
 Restart=always
 RestartSec=1