GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
@中文描述:处理项目达最大内存时重启 "max_memory_restart": "1024M",
@版本: @升级登记:1 @同步后端:0 @同步数据库:0 @同步配置:0 @向下兼容:1
master
1 parent
4b63a6a
commit
894cf86a1b8aff5de88f029991ca481ca235e78a
caibinghong
authored
on 13 Jun
Showing
1 changed file
processes.json
Ignore Space
Show notes
View
processes.json
{ "apps": [ { "name": "vite-0000221-mflm", "cwd": "./", "script": "./build/pm2.js", "args":"--host --port 43447", "log_date_format": "YYYY-MM-DD HH:mm:ss", "instances": 1, "min_uptime": "30s", "max_restarts": 10000, "max_memory_restart": "1024M", "watch": false, "ignore_watch": ["hi-vui-logs","eaptpl","eaptpl_backup","test","build","config","node_modules"], "merge_logs": true, "exec_interpreter": "node", "exec_mode": "cluster", "autorestart": false, "vizion": false } ] }
{ "apps": [ { "name": "vite-0000221-mflm", "cwd": "./", "script": "./build/pm2.js", "args":"--host --port 43447", "log_date_format": "YYYY-MM-DD HH:mm:ss", "instances": 1, "min_uptime": "30s", "max_restarts": 10000, "max_memory_restart": "512M", "watch": false, "ignore_watch": ["hi-vui-logs","eaptpl","eaptpl_backup","test","build","config","node_modules"], "merge_logs": true, "exec_interpreter": "node", "exec_mode": "cluster", "autorestart": false, "vizion": false } ] }
Show line notes below