You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/05/27 09:11:35 UTC

[incubator-doris] branch master updated: [doc] Updated the compilation and deployment chapter in the documentation (#9702)

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new b2b9463537 [doc] Updated the compilation and deployment chapter in the documentation (#9702)
b2b9463537 is described below

commit b2b9463537ac749e5c24c30b1595ec27cd261e3c
Author: hanfengcan <82...@qq.com>
AuthorDate: Fri May 27 17:11:31 2022 +0800

    [doc] Updated the compilation and deployment chapter in the documentation (#9702)
    
    Updated the compilation and deployment chapter in the documentation
---
 docs/en/install/install-deploy.md    | 8 ++++++++
 docs/zh-CN/install/install-deploy.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/docs/en/install/install-deploy.md b/docs/en/install/install-deploy.md
index 8c9ccd0045..3d302c06aa 100644
--- a/docs/en/install/install-deploy.md
+++ b/docs/en/install/install-deploy.md
@@ -486,3 +486,11 @@ Broker is a stateless process that can be started or stopped at will. Of course,
    For Example: ulimit -n 65536; this command set file descriptor to 65536.
 
    After starting BE process, you can use **cat /proc/$pid/limits** to see the actual limit of process.
+
+   if use `supervisord`, try to modify `minfds` in supervisord.conf
+
+   ```shell
+   vim /etc/supervisord.conf
+
+   minfds=65535                 ; (min. avail startup file descriptors;default 1024)
+   ```
\ No newline at end of file
diff --git a/docs/zh-CN/install/install-deploy.md b/docs/zh-CN/install/install-deploy.md
index 9c9fd0025b..93cb298687 100644
--- a/docs/zh-CN/install/install-deploy.md
+++ b/docs/zh-CN/install/install-deploy.md
@@ -359,3 +359,11 @@ Broker 以插件的形式,独立于 Doris 部署。如果需要从第三方存
    举例而言:ulimit -n 65536; 表示将文件句柄设成65536。
 
    启动BE进程之后,可以通过 cat /proc/$pid/limits 查看进程实际生效的句柄数
+
+   如果使用了supervisord,遇到句柄数错误,可以通过修改supervisord的minfds参数解决。
+
+   ```shell
+   vim /etc/supervisord.conf
+
+   minfds=65535                 ; (min. avail startup file descriptors;default 1024)
+   ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org