We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bf26a commit c0fe8ebCopy full SHA for c0fe8eb
ecosystem.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
script: "./dist/index.js",
6
instances: 4,
7
exp_backoff_restart_delay: 100,
8
- max_memory_restart: "32M",
+ max_memory_restart: "64M",
9
watch: ["./script/script.js"],
10
watch_options: {
11
followSymlinks: false,
0 commit comments