机器人启动增加最大内存限制

This commit is contained in:
zhl 2021-07-12 11:55:20 +08:00
parent df148af42f
commit 49bf13d6d4

View File

@ -43,7 +43,7 @@ module.exports = {
out_file : '/data/logs/card_svr/out/robot_info.log', // out日志路径
log_date_format: "YYYY-MM-DD HH:mm:ss",
cwd : '/data/apps/card_svr',
max_memory_restart: '400M',
max_memory_restart: '300M',
env: {
PORT: 2500,
DEBUG: "colyseus:errors,jc:*",