Skip to content

Commit b49e49a

Browse files
ci: raise memory limits to prevent OOM-kills
1 parent 8c077a5 commit b49e49a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ build_manual:
103103
.test_base:
104104
stage: test
105105
extends: .test
106+
variables:
107+
KUBERNETES_MEMORY_LIMIT: 8Gi
106108
parallel:
107109
matrix:
108110
- DOCKER_IMAGE: "eclipse-temurin:18-alpine"

0 commit comments

Comments
 (0)