Increase node memory size

This commit is contained in:
Ramon Wenger 2023-08-07 16:56:04 +02:00
parent 122773fbfa
commit d6fae3d285
1 changed files with 1 additions and 0 deletions

View File

@ -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