pm2 file changes for cluster mode
Showing
1 changed file
with
2 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -4,6 +4,8 @@ module.exports = { |
name: 'strapiapp', | ||
script: 'npm', | ||
args: 'start', | ||
instances : 7, | ||
exec_mode : "cluster", | ||
}, | ||
], | ||
}; | ||
... | ... |