Skip to content

Commit

Permalink
fix: pm2 config
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 19, 2024
1 parent 5ba3f17 commit 3478e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecosystem.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
instances: 1,
autorestart: true,
watch: false,
max_memory_restart: '180M',
max_memory_restart: '500M',
env: {
NODE_ENV: 'production',
},
Expand Down
2 changes: 1 addition & 1 deletion ecosystem.standalone.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
script: 'server.js',
autorestart: true,
watch: false,
max_memory_restart: '180M',
max_memory_restart: '500M',
env: {
PORT: 2323,
NODE_ENV: 'production',
Expand Down

0 comments on commit 3478e54

Please sign in to comment.