From d8ec4cf30877fa2f94844649c7eff67fa7f82c00 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 11 Dec 2024 14:16:09 +0100 Subject: [PATCH] chore: bumping memoryLimit in devfile Signed-off-by: Ilya Buziuk --- .devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devfile.yaml b/.devfile.yaml index e5422a03..790ddf1f 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -8,5 +8,5 @@ components: - name: devtools container: image: quay.io/devfile/universal-developer-image:ubi9-latest - memoryLimit: 2Gi + memoryLimit: 6Gi memoryRequest: 256Mi