Skip to content

Commit

Permalink
fix: increase max memory restart to 64MB (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashjain971 authored Nov 5, 2020
1 parent e6bf26a commit c0fe8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
script: "./dist/index.js",
instances: 4,
exp_backoff_restart_delay: 100,
max_memory_restart: "32M",
max_memory_restart: "64M",
watch: ["./script/script.js"],
watch_options: {
followSymlinks: false,
Expand Down

0 comments on commit c0fe8eb

Please sign in to comment.