From cac961230e3342ad4c8bd52bbbf50ec604e0159f Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Thu, 6 Jul 2023 11:54:25 +0200 Subject: [PATCH] Updated resource limits for other services --- deploy/next/stack.yml | 4 ++++ deploy/stable/stack.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deploy/next/stack.yml b/deploy/next/stack.yml index 6574b76..186bba1 100644 --- a/deploy/next/stack.yml +++ b/deploy/next/stack.yml @@ -52,6 +52,10 @@ services: restart_policy: condition: any delay: 15s + resources: + limits: + cpus: "1" + memory: 150M volumes: - nccrd_next:/nccrd-assets environment: diff --git a/deploy/stable/stack.yml b/deploy/stable/stack.yml index fc679be..b216940 100644 --- a/deploy/stable/stack.yml +++ b/deploy/stable/stack.yml @@ -52,6 +52,10 @@ services: restart_policy: condition: any delay: 5s + resources: + limits: + cpus: "2" + memory: 250M volumes: - nccrd_stable:/nccrd-assets environment: