Skip to content

Commit

Permalink
Fix wrong Windows path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Genius-pig authored and qiaojialin committed Jul 23, 2019
1 parent 29506e7 commit 5f086ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/Documentation-CHN/UserGuide/8-System Tools/1-Sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -276,6 +276,6 @@ Linux系统与MacOS系统停止命令如下:
```
Windows系统停止命令如下:
```
Shell >$IOTDB_HOME/bin/stop-sync-client.bat
Shell >$IOTDB_HOME\bin\stop-sync-client.bat
```

Original file line number Diff line number Diff line change
Expand Up @@ -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
```

7 changes: 4 additions & 3 deletions docs/Documentation/UserGuide/8-System Tools/1-Sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -280,5 +280,6 @@ For Linux and Mac OS X users:
```
For Windows users:
```
Shell >$IOTDB_HOME/bin/stop-sync-client.bat
```
Shell >$IOTDB_HOME\bin\stop-sync-client.bat
```

Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5f086ed

Please sign in to comment.