We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea80121 commit ddb191fCopy full SHA for ddb191f
Makefile
@@ -39,7 +39,7 @@ build:
39
@./node_modules/loader/bin/build views .
40
41
start: install build
42
- @nohup ./node_modules/.bin/pm2 start app.js -x -i max --name "cnode" >> cnode.log 2>&1 &
+ @nohup ./node_modules/.bin/pm2 start app.js -x -i max --name "cnode" --max-memory-restart 200 >> cnode.log 2>&1 &
43
44
restart: install build
45
@nohup ./node_modules/.bin/pm2 restart "cnode" >> cnode.log 2>&1 &
0 commit comments