【 使用环境 】测试环境
【 OB or 其他组件 】ob
【 使用版本 】4.2.5
【问题描述】虚拟机服务器重启后集群停止了 obd重新拉起集群报错 limit参数不对
报错内容
检查limit.conf
【 使用环境 】测试环境
【 OB or 其他组件 】ob
【 使用版本 】4.2.5
【问题描述】虚拟机服务器重启后集群停止了 obd重新拉起集群报错 limit参数不对
报错内容
检查limit.conf
可以单独配置一个文件再重新用admin登录后用ulimit -a看是否生效
cat /etc/security/limits.d/oceanbase_limits.conf
* soft nofile 655360
* hard nofile 655360
* soft nproc 655360
* hard nproc 655360
* hard core unlimited
* soft core unlimited
* hard stack 10240
* soft stack 10240
* hard cpu unlimited
* soft cpu unlimited
root soft nofile 655360
root hard nofile 655360
root soft nproc 655360
root hard nproc 655360
root hard core unlimited
root soft core unlimited
root hard stack 10240
root soft stack 10240
root hard cpu unlimited
root soft cpu unlimited
学到了
老师 obd部署单机版集群后 存储主机用户名和密码的配置文件在那个位置
~/.obd/cluster/xxx/config.yaml
学习了