This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 5f086ed2de805d55b444c4b2fdb0272f582d69ca Author: zhutianci <[email protected]> AuthorDate: Sun Jul 21 10:35:29 2019 +0800 Fix wrong Windows path. --- docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md | 4 ++-- .../UserGuide/8-System Tools/2-Memory Estimation Tool.md | 4 ++-- docs/Documentation/UserGuide/8-System Tools/1-Sync.md | 7 ++++--- .../UserGuide/8-System Tools/2-Memory Estimation Tool.md | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md b/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md index a619b2b..dbe5eb9 100644 --- a/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md +++ b/docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md @@ -263,7 +263,7 @@ Linux系统与MacOS系统启动命令如下: ``` Windows系统启动命令如下: ``` - Shell >$IOTDB_HOME/bin/start-sync-client.bat + Shell >$IOTDB_HOME\bin\start-sync-client.bat ``` <img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://user-images.githubusercontent.com/26211279/59494951-dc283b80-8ec0-11e9-9575-5d8578c08ceb.png"> @@ -276,6 +276,6 @@ Linux系统与MacOS系统停止命令如下: ``` Windows系统停止命令如下: ``` - Shell >$IOTDB_HOME/bin/stop-sync-client.bat + Shell >$IOTDB_HOME\bin\stop-sync-client.bat ``` diff --git a/docs/Documentation-CHN/UserGuide/8-System Tools/2-Memory Estimation Tool.md b/docs/Documentation-CHN/UserGuide/8-System Tools/2-Memory Estimation Tool.md index b8b2464..6052670 100644 --- a/docs/Documentation-CHN/UserGuide/8-System Tools/2-Memory Estimation Tool.md +++ b/docs/Documentation-CHN/UserGuide/8-System Tools/2-Memory Estimation Tool.md @@ -81,10 +81,10 @@ Linux系统与MacOS系统启动命令如下: Windows系统启动命令如下: * 以20个存储组,共10w条时间序列,时间序列在存储组中均分为例: ``` - Shell >$IOTDB_HOME/bin/memory-tool.bat calmem -sg 20 -ts 100000 + Shell >$IOTDB_HOME\bin\memory-tool.bat calmem -sg 20 -ts 100000 ``` * 以20个存储组,共10w条时间序列,存储组中最大时间序列数为50000为例: ``` - Shell >$IOTDB_HOME/bin/memory-tool.bat calmem -sg 20 -ts 100000 -tsm -50000 + Shell >$IOTDB_HOME\bin\memory-tool.bat calmem -sg 20 -ts 100000 -tsm -50000 ``` diff --git a/docs/Documentation/UserGuide/8-System Tools/1-Sync.md b/docs/Documentation/UserGuide/8-System Tools/1-Sync.md index 8cfa849..741b365 100644 --- a/docs/Documentation/UserGuide/8-System Tools/1-Sync.md +++ b/docs/Documentation/UserGuide/8-System Tools/1-Sync.md @@ -268,7 +268,7 @@ For Linux and Mac OS X users: ``` For Windows users: ``` - Shell >$IOTDB_HOME/bin/start-sync-client.bat + Shell >$IOTDB_HOME\bin\start-sync-client.bat ``` <img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://user-images.githubusercontent.com/26211279/59494951-dc283b80-8ec0-11e9-9575-5d8578c08ceb.png"> @@ -280,5 +280,6 @@ For Linux and Mac OS X users: ``` For Windows users: ``` - Shell >$IOTDB_HOME/bin/stop-sync-client.bat -``` \ No newline at end of file + Shell >$IOTDB_HOME\bin\stop-sync-client.bat +``` + diff --git a/docs/Documentation/UserGuide/8-System Tools/2-Memory Estimation Tool.md b/docs/Documentation/UserGuide/8-System Tools/2-Memory Estimation Tool.md index 3c40ef2..e11aedb 100644 --- a/docs/Documentation/UserGuide/8-System Tools/2-Memory Estimation Tool.md +++ b/docs/Documentation/UserGuide/8-System Tools/2-Memory Estimation Tool.md @@ -74,10 +74,10 @@ For Linux and Mac OS X users: For Windows users: * Assume that there are 20 storage groups, 10w timeseries and timeseries are evenly distributed in the storage groups: ``` - Shell >$IOTDB_HOME/bin/memory-tool.bat calmem -sg 20 -ts 100000 + Shell >$IOTDB_HOME\bin\memory-tool.bat calmem -sg 20 -ts 100000 ``` * Assume that there are 20 storage groups, 10w timeseries and maximum timeseries number among storage groups is 50000: ``` - Shell >$IOTDB_HOME/bin/memory-tool.bat calmem -sg 20 -ts 100000 -tsm -50000 + Shell >$IOTDB_HOME\bin\memory-tool.bat calmem -sg 20 -ts 100000 -tsm -50000 ```
