1 Star 0 Fork 1

lenmom/phxqueue

forked from Tencent/phxqueue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-entrypoint.sh 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
taohe 提交于 2017-09-12 16:41 . add dockerfile
#!/bin/bash
set -x
ulimit -Sn 4096
ulimit -n 4096
cd /phxqueue/
bin/store_main -d -c etc/store_server.0.conf
bin/store_main -d -c etc/store_server.1.conf
bin/store_main -d -c etc/store_server.2.conf
bin/consumer_main -d -c etc/consumer_server.0.conf
bin/consumer_main -d -c etc/consumer_server.1.conf
bin/consumer_main -d -c etc/consumer_server.2.conf
bin/lock_main -d -c etc/lock_server.0.conf
bin/lock_main -d -c etc/lock_server.1.conf
bin/lock_main -d -c etc/lock_server.2.conf
bin/scheduler_main -d -c etc/scheduler_server.0.conf
bin/scheduler_main -d -c etc/scheduler_server.1.conf
bin/scheduler_main -d -c etc/scheduler_server.2.conf
#ps -ef | grep store_main
#ps -ef | grep lock_main
#ps -ef | grep scheduler_main
#ps -ef | grep consumer_main
exec tail -f /dev/null
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lenmom/phxqueue.git
[email protected]:lenmom/phxqueue.git
lenmom
phxqueue
phxqueue
master

搜索帮助