Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix: adapt max memory restart
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent 61b0e05 commit f8075b8
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 @@ -10,7 +10,7 @@ module.exports = {
instances: 1,
autorestart: true,
watch: false,
max_memory_restart: '250M',
max_memory_restart: '300M',
exec_mode: 'cluster',
env: {
NODE_ENV: 'production'
Expand Down

0 comments on commit f8075b8

Please sign in to comment.