Remove pm2 300M memory restart limit for 8GB server

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-25 18:04:17 +08:00
parent ca541d5fc3
commit 7ea8fb6301
-1
View File
@@ -8,7 +8,6 @@ module.exports = {
instances: 1,
autorestart: true,
watch: false,
max_memory_restart: "300M",
env: {
NODE_ENV: "production",
LANG: "zh_CN.UTF-8",