Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #169 from ClarityMoe/0.4.x
Browse files Browse the repository at this point in the history
set current branch GC limit to 100
  • Loading branch information
Capuccino authored Feb 23, 2018
2 parents 1220efc + 2862a91 commit 27de977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pm2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"log_date_format": "YYYY-MM-DD HH:mm Z",
"watch": ["./bot.js"],
"ignore_watch": ["data", "logs", "cmd", "cache", "node_modules"],
"args": ["--color"]
"args": ["--color"],
"interpreter_args": "--max-old-space-size=100"
}

0 comments on commit 27de977

Please sign in to comment.