From d6fae3d285f345d75f7698c1ccb4ffad4b7ba591 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 7 Aug 2023 16:56:04 +0200 Subject: [PATCH] Increase node memory size --- setup-for-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-for-tests.sh b/setup-for-tests.sh index 0d9f092c..67b912ca 100755 --- a/setup-for-tests.sh +++ b/setup-for-tests.sh @@ -15,4 +15,5 @@ export OAUTH_ACCESS_TOKEN_URL=https://hepverlag-cms.grape.novu.ch/oauth/token export OAUTH_AUTHORIZE_URL=https://hepverlag-cms.grape.novu.ch/oauth/authorize export OAUTH_API_BASE_URL=https://hepverlag-cms.grape.novu.ch/ export OAUTH_LOCAL_REDIRECT_URI=http://localhost:8000/api/oauth/callback/ +export NODE_OPTIONS=--max_old_space_size=3072 pipenv install --dev --system