Skip to content

Commit

Permalink
more ram ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix committed Jul 3, 2024
1 parent db21473 commit b09ffb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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=16384 --loader ts-node/esm index.ts"
"start": "node --max-old-space-size=32768 --loader ts-node/esm index.ts"
},
"type": "module",
"volta": {
Expand All @@ -19,4 +19,4 @@
"neo4j-driver": "^5.21.0",
"zod": "^3.23.8"
}
}
}

0 comments on commit b09ffb6

Please sign in to comment.