Skip to content

Commit 6df3c82

Browse files
committed
increase memory to 6Gig
1 parent d5c62ab commit 6df3c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"description": "Demonstrate the value of GitHub",
66
"main": "src/index.ts",
77
"scripts": {
8-
"start": "NODE_OPTIONS='--max-old-space-size=5120' node --enable-source-maps dist/index.js | bunyan -o short -l info",
8+
"start": "NODE_OPTIONS='--max-old-space-size=6120' node --enable-source-maps dist/index.js | bunyan -o short -l info",
99
"test": "vitest",
1010
"build": "tsc",
11-
"dev": "NODE_OPTIONS='--max-old-space-size=5120' tsx watch src/index.ts | bunyan -o short -l info",
11+
"dev": "NODE_OPTIONS='--max-old-space-size=6120' tsx watch src/index.ts | bunyan -o short -l info",
1212
"lint": "eslint src/**/*.ts",
1313
"compose:start": "docker-compose -f ../compose.yml up -d",
1414
"db:start": "docker-compose -f ../compose.yml up -d mongo",

0 commit comments

Comments
 (0)