Skip to content

Commit

Permalink
Increase memory to 4GB (2GB seems to be the default for Node 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Apr 12, 2024
1 parent 1d83151 commit 452b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"e2e-tests"
],
"scripts": {
"build": "lerna run build",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 lerna run build",
"clean": "lerna run clean && rimraf node_modules",
"format": "yarn prettier-eslint --write '**/*.{ts,tsx,js,cjs,mjs,css}' '**/package.json'",
"postinstall": "theia check:theia-version",
Expand Down

0 comments on commit 452b8c7

Please sign in to comment.