From f9065cc560b1f027b2df574b92ecb6f86b05d6d6 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 10 May 2021 11:28:10 +0200
Subject: [PATCH] CI: try to increase the GC memory limit

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df7d555..f6be812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: registry.gitlab.tugraz.at/dbp/topics/signature/main:v1
 
+variables:
+  NODE_OPTIONS: '--max-old-space-size=4096'
+
 cache:
   key: $CI_PROJECT_PATH
   paths:
-- 
GitLab