chore: update max memory restart

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2022-12-25 20:44:29 +08:00
parent 2b0d08c99e
commit ef9a10cf65
4 changed files with 5 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ module.exports = {
exec_mode: 'cluster',
watch: false,
instances: 2,
max_memory_restart: '200M',
max_memory_restart: '220M',
args: '--color --encrypt_enable',
env: {
NODE_ENV: 'development',