我在用宗的星团。我修改了文件描述符的限制。我认为它为从节点的节点将报告错误:
ts_launcher:(2:<0.49.0>)警告!可用的文件描述符太少(1024),应该减少maxuser(当前为60000)。
有人能帮忙吗?
发布于 2015-06-05 20:22:57
尝试以下步骤
发布于 2020-05-22 02:22:21
在CentOS/RHEL上,更改/etc/security/ limit s.conf中的文件描述符限制
sudo vi /etc/security/limits.conf
* soft nofile 64000
* hard nofile 64000重新启动机器:
sudo reboot请再次检查限制:
ulimit -n
64000https://stackoverflow.com/questions/26335486
复制相似问题