From a37f82e21e454532bb5c53ced54a5390fd818918 Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 12 Apr 2023 01:40:09 +0100 Subject: [PATCH] Raise minimum guaranteed memory for gradle build to 3GB --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304d32c..52139da 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,13 @@ Gradle Build: - branches - tags - merge_requests - before_script: - export VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}" script: - ./gradlew build + variables: + KUBERNETES_MEMORY_REQUEST: 3Gi + KUBERNETES_MEMORY_LIMIT: 3Gi artifacts: name: "mangadex_at_home" paths: