[typo](docs)Modify the maximum handle parameter reference #12244

This commit is contained in:
zy-kkk
2022-09-01 19:50:07 +08:00
committed by GitHub
parent 87086ffe31
commit 58c1d6ce9d

View File

@ -56,8 +56,8 @@ Doris, as an open source MPP architecture OLAP database, can run on most mainstr
````
vi /etc/security/limits.conf
*soft nofile 65536
*hard nofile 65536
* soft nofile 65536
* hard nofile 65536
````
##### Clock synchronization
@ -494,4 +494,4 @@ Broker is a stateless process that can be started or stopped at will. Of course,
vim /etc/supervisord.conf
minfds=65535 ; (min. avail startup file descriptors;default 1024)
```
```