From abe28f297a018ac384cb38b80bd52ab3408a9291 Mon Sep 17 00:00:00 2001 From: Carl Tsai Date: Tue, 4 Jun 2019 18:18:51 +0800 Subject: [PATCH] Add TaskMax in Nomad systemd template --- templates/nomad.systemd.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nomad.systemd.erb b/templates/nomad.systemd.erb index 2b8a1ee..6934d11 100644 --- a/templates/nomad.systemd.erb +++ b/templates/nomad.systemd.erb @@ -12,6 +12,7 @@ ExecReload=/bin/kill -HUP $MAINPID KillSignal=SIGINT RestartSec=42s LimitNOFILE=131072 +TasksMax=infinity [Install] WantedBy=multi-user.target