Remove pm2 300M memory restart limit for 8GB server
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = {
|
|||||||
instances: 1,
|
instances: 1,
|
||||||
autorestart: true,
|
autorestart: true,
|
||||||
watch: false,
|
watch: false,
|
||||||
max_memory_restart: "300M",
|
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
LANG: "zh_CN.UTF-8",
|
LANG: "zh_CN.UTF-8",
|
||||||
|
|||||||
Reference in New Issue
Block a user