diff --git a/packages/home/ecosystem.config.js b/packages/home/ecosystem.config.js index c3f235a..7d3121d 100644 --- a/packages/home/ecosystem.config.js +++ b/packages/home/ecosystem.config.js @@ -2,10 +2,11 @@ module.exports = { apps: [ { name: 'mzg.fan-home', + script: './.output/server/index.mjs', port: 22320, exec_mode: 'cluster', instances: 'max', - script: './.output/server/index.mjs', + max_memory_restart: '150M', env: { 'NITRO_PORT': 22320 }