chore: smaller max_memory_restart
This commit is contained in:
parent
f4fcdf55b1
commit
9ea11e0e26
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
instances: 2,
|
||||
name: "xlog",
|
||||
script: "./server.js",
|
||||
max_memory_restart: "4G",
|
||||
max_memory_restart: "3G",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue