Skip to content

Commit

Permalink
build(pm2): increase max_memory_restart to 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Apr 2, 2023
1 parent 76524a6 commit fcb8cf5
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 @@ -7,7 +7,7 @@ module.exports = {
watch: false,
exec_mode: "cluster",
instances: 2,
max_memory_restart: "500M",
max_memory_restart: "4G",
time: true,
log_date_format: "YYYY-MM-DD HH:mm Z",
force: true,
Expand Down

0 comments on commit fcb8cf5

Please sign in to comment.