各位大哥在通过k8s安装doris3.0的时候,有没有遇到cg启动不起来,提示Set max number of open file descriptors to a value greater than 60000.

Viewed 35

Set max number of open file descriptors to a value greater than 60000.
Ask your system manager to modify /etc/security/limits.conf and append content like

  • soft nofile 655350
  • hard nofile 655350
    and then run 'ulimit -n 655350' to take effect on current session.

这怎么解决啊,节点全都设置了1000000

1 Answers

已经和用户建联,目前已经提供跳过方案。