chore: smaller max_memory_restart

This commit is contained in:
DIYgod 2023-08-07 00:34:26 +01:00
parent f4fcdf55b1
commit 9ea11e0e26
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module.exports = {
instances: 2,
name: "xlog",
script: "./server.js",
max_memory_restart: "4G",
max_memory_restart: "3G",
},
],
}