4 Star 13 Fork 13

xView/actionview-fe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
processes.json 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
iam4x 提交于 2015-10-19 22:34 +08:00 . feat(pm2): add pm2 processes.json
{
"apps": [
{
"name": "universal-redux-boilerplate",
"script": "./server/index.js",
"instances": 4,
"log_date_format": "YYYY-MM-DD HH:mm Z",
"error_file": "./logs/app-err.log",
"out_file": "./logs/app-out.log",
"exec_mode": "cluster_mode",
"max_memory_restart": "1750M",
"watch": false,
"env": { "DEBUG": "server" },
"node_args": "--max_old_space_size=1750"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/actionview/actionview-fe.git
git@gitee.com:actionview/actionview-fe.git
actionview
actionview-fe
actionview-fe
master

搜索帮助