Skip to content

Commit

Permalink
increase memory to 16Gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix committed Jul 2, 2024
1 parent dde10e0 commit db21473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-dump-to-neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"ts-node": "node --max-old-space-size=8192 --env-file=.env --loader ts-node/esm",
"start": "node --max-old-space-size=8192 --loader ts-node/esm index.ts"
"start": "node --max-old-space-size=16384 --loader ts-node/esm index.ts"
},
"type": "module",
"volta": {
Expand Down

0 comments on commit db21473

Please sign in to comment.