Increase node memory size
This commit is contained in:
parent
122773fbfa
commit
d6fae3d285
|
|
@ -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_AUTHORIZE_URL=https://hepverlag-cms.grape.novu.ch/oauth/authorize
|
||||||
export OAUTH_API_BASE_URL=https://hepverlag-cms.grape.novu.ch/
|
export OAUTH_API_BASE_URL=https://hepverlag-cms.grape.novu.ch/
|
||||||
export OAUTH_LOCAL_REDIRECT_URI=http://localhost:8000/api/oauth/callback/
|
export OAUTH_LOCAL_REDIRECT_URI=http://localhost:8000/api/oauth/callback/
|
||||||
|
export NODE_OPTIONS=--max_old_space_size=3072
|
||||||
pipenv install --dev --system
|
pipenv install --dev --system
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue