Skip to content

Commit c0fe8eb

Browse files
authored
fix: increase max memory restart to 64MB (#4)
1 parent e6bf26a commit c0fe8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
script: "./dist/index.js",
66
instances: 4,
77
exp_backoff_restart_delay: 100,
8-
max_memory_restart: "32M",
8+
max_memory_restart: "64M",
99
watch: ["./script/script.js"],
1010
watch_options: {
1111
followSymlinks: false,

0 commit comments

Comments
 (0)