This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 58c1d6ce9d [typo](docs)Modify the maximum handle parameter reference
#12244
58c1d6ce9d is described below
commit 58c1d6ce9dfdde323dfa2f76a32b40fa25d221b4
Author: zy-kkk <[email protected]>
AuthorDate: Thu Sep 1 19:50:07 2022 +0800
[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
+ ```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]