From 013d0de8cd7675e58accbd9292805afc11659165 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 1 Oct 2025 09:38:43 +0200 Subject: [PATCH] feat: specify memory --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index f0f403b..655404a 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -25,7 +25,7 @@ log_options: max-size: "5m" max-file: "3" - memory: "0" + memory: "768M" paused: "no" privileged: "no" pull: "always"