From b885eb903620ef6578d2908104a5c57fb5bf89e7 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Tue, 13 Dec 2022 13:12:20 +0000 Subject: [PATCH] increase mem-limit for ocr --- config/default/templates/smardigo-ocr/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/templates/smardigo-ocr/deployment.yml b/config/default/templates/smardigo-ocr/deployment.yml index 4ce09cf..7eacdc3 100644 --- a/config/default/templates/smardigo-ocr/deployment.yml +++ b/config/default/templates/smardigo-ocr/deployment.yml @@ -37,7 +37,7 @@ spec: memory: "0.5Gi" cpu: "1" limits: - memory: "2Gi" + memory: "2.5Gi" cpu: "1" imagePullPolicy: Always env: