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