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

qiaojialin pushed a commit to branch add_max_open_file
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 32137ff405a01bf170766622b7fb3d9d9f67ca4b
Author: qiaojialin <[email protected]>
AuthorDate: Thu Aug 29 22:53:16 2019 +0800

    max open file num
---
 README.md                            | 2 ++
 docs/Documentation-CHN/QuickStart.md | 2 ++
 docs/Documentation/QuickStart.md     | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index b10346b..dc89a35 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,8 @@ Then the binary version (including both server and client) 
can be found at **dis
 
 ### Configurations
 
+Set the max open file num as 65535 to avoid "too many open files" problem.
+
 configuration files are under "conf" folder
 
   * environment config module (`iotdb-env.bat`, `iotdb-env.sh`), 
diff --git a/docs/Documentation-CHN/QuickStart.md 
b/docs/Documentation-CHN/QuickStart.md
index 9768404..f5acdb4 100755
--- a/docs/Documentation-CHN/QuickStart.md
+++ b/docs/Documentation-CHN/QuickStart.md
@@ -61,6 +61,8 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
 
 ### 启动IoTDB
 
+设置最大文件打开数为65535。
+
 用户可以使用$IOTDB_HOME/bin文件夹下的start-server脚本启动IoTDB。
 
 Linux系统与MacOS系统启动命令如下:
diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index 272585f..cea3b7d 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -70,6 +70,8 @@ Then the binary version (including both server and client) 
can be found at **dis
 
 ### Configurations
 
+Set the max open file num as 65535 to avoid "too many open files" problem.
+
 configuration files are under "conf" folder
 
   * environment config module (`iotdb-env.bat`, `iotdb-env.sh`), 

Reply via email to