Skip to content

Commit

Permalink
Merge pull request #218 from lidofinance/fix/increase-space-size
Browse files Browse the repository at this point in the history
fix: temporarily increase space size
  • Loading branch information
AlexanderLukin authored Oct 27, 2023
2 parents ab25cc5 + bb9e421 commit e8e991a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/main --trace-warnings --sync --sub-fin-head",
"start:prod": "node dist/src/main --trace-warnings --sync --sub-fin-head --max-old-space-size=8192",
"test": "jest --detectOpenHandles --forceExit",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit e8e991a

Please sign in to comment.