diff --git a/Makefile b/Makefile index 171f5e6..8b3c3c6 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build: @./node_modules/loader/bin/build views . start: install build - @nohup ./node_modules/.bin/pm2 start app.js -i max --name "cnode" --max-memory-restart 600M >> cnode.log 2>&1 & + @nohup ./node_modules/.bin/pm2 start app.js -i max --name "cnode" --max-memory-restart 400M >> cnode.log 2>&1 & restart: install build @nohup ./node_modules/.bin/pm2 restart "cnode" >> cnode.log 2>&1 &