zhiqiang-hhhh opened a new pull request, #39642:
URL: https://github.com/apache/doris/pull/39642
`ulimit -n 655350` will only take effect on current session, ask user to
modify `/etc/security/limits.conf` to make the config work for every time we
login.
New message like;
```
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.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]