Skip to content

Commit 934ca75

Browse files
committed
๐Ÿ”ง Chore: Node ์ปจํ…Œ์ด๋„ˆ ๋ฉ”๋ชจ๋ฆฌ ์ œํ•œ ํ•ด์ œ
1 parent 124c67f commit 934ca75

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

โ€Ždocker-compose.ymlโ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ x-defaults: &common-settings
1111
deploy:
1212
resources:
1313
limits:
14-
memory: 256m
15-
cpus: '0.25'
14+
memory: 512m
1615
reservations:
17-
memory: 128m
18-
cpus: '0.1'
16+
memory: 512m
1917

2018
services:
2119
connect-gnu-node:

โ€Žpackage.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "nest start",
1212
"start:dev": "cross-env NODE_ENV=development nest start --watch",
1313
"start:debug": "nest start --debug --watch",
14-
"start:prod": "cross-env NODE_ENV=production node --max-old-space-size=256 dist/main",
14+
"start:prod": "cross-env NODE_ENV=production node dist/main",
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1616
"test": "jest",
1717
"test:watch": "jest --watch",

0 commit comments

Comments
ย (0)