Skip to content

Commit

Permalink
changed NODE_OPTIONS to --max-old-space-size=16384
Browse files Browse the repository at this point in the history
  • Loading branch information
zavarin-michael committed Aug 23, 2024
1 parent 94925d4 commit 2e08ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "npm run open-browser && next dev",
"dev:console": "next dev",
"open-browser": "start http://localhost:3000",
"build": "set NODE_OPTIONS=--max-old-space-size=4096 && next build",
"build": "set NODE_OPTIONS=--max-old-space-size=16384 && next build",
"start": "next start",
"test": "jest -c test/jest.config.js",
"cypress:open": "cypress open",
Expand Down

0 comments on commit 2e08ef6

Please sign in to comment.