From 58c1d6ce9dfdde323dfa2f76a32b40fa25d221b4 Mon Sep 17 00:00:00 2001 From: zy-kkk Date: Thu, 1 Sep 2022 19:50:07 +0800 Subject: [PATCH] [typo](docs)Modify the maximum handle parameter reference #12244 --- docs/en/docs/install/install-deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + ```