From 2f4f0caa6724f7bfd1908ed25eb7c334bb1c0654 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:40:35 -0700 Subject: [PATCH] refactor: double nomad decompression file count limit again --- infrastructure/nomad/playbooks/templates/services/nomad.hcl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/nomad/playbooks/templates/services/nomad.hcl.j2 b/infrastructure/nomad/playbooks/templates/services/nomad.hcl.j2 index f45abf2e6..b4f8fc1e7 100644 --- a/infrastructure/nomad/playbooks/templates/services/nomad.hcl.j2 +++ b/infrastructure/nomad/playbooks/templates/services/nomad.hcl.j2 @@ -26,7 +26,7 @@ client { "/opt" = "/opt" } artifact { - decompression_file_count_limit = 8192 + decompression_file_count_limit = 16384 } host_volume "tmp-volume" { path = "/tmp/{{ env }}"