diff --git a/docs/en/docs/install/install-deploy.md b/docs/en/docs/install/install-deploy.md index 33eaf14efd..90fda31a88 100644 --- a/docs/en/docs/install/install-deploy.md +++ b/docs/en/docs/install/install-deploy.md @@ -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) - ``` \ No newline at end of file + ```