From 42c72e7de86d55e16b6b9499a69a5017238bdd7b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 6 Mar 2024 15:08:35 +0100 Subject: [PATCH] Set higher pids_limit --- mongodb.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb.nomad.hcl b/mongodb.nomad.hcl index 249123f..c176e19 100644 --- a/mongodb.nomad.hcl +++ b/mongodb.nomad.hcl @@ -73,7 +73,7 @@ job "[[ .instance ]]" { config { image = "[[ $c.image ]]" command = "/usr/local/bin/rs_config.sh" - pids_limit = 100 + pids_limit = 200 readonly_rootfs = true # Mount a few files from the main task # Just to reduce the verbosity of templates {} sections