This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch change_W2K in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 597c44adad19899639f922e19be5c9fa54bfda0f Author: HTHou <[email protected]> AuthorDate: Tue Jun 2 00:08:38 2020 +0800 change 10w to 100k --- docs/UserGuide/System Tools/Memory Estimation Tool.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/UserGuide/System Tools/Memory Estimation Tool.md b/docs/UserGuide/System Tools/Memory Estimation Tool.md index bc2b2d8..99aaf38 100644 --- a/docs/UserGuide/System Tools/Memory Estimation Tool.md +++ b/docs/UserGuide/System Tools/Memory Estimation Tool.md @@ -63,21 +63,21 @@ In memory estimation, if the calculation takes a long time, the tool will show t Users can use the tool using scripts under the `IOTDB_HOME/bin`folder. For Linux and Mac OS X users: -* Assume that there are 20 storage groups, 10w timeseries and timeseries are evenly distributed in the storage groups: +* Assume that there are 20 storage groups, 100k timeseries and timeseries are evenly distributed in the storage groups: ``` Shell >$IOTDB_HOME/bin/memory-tool.sh calmem -sg 20 -ts 100000 ``` -* Assume that there are 20 storage groups, 10w timeseries and maximum timeseries number among storage groups is 50000: +* Assume that there are 20 storage groups, 100k timeseries and maximum timeseries number among storage groups is 50000: ``` Shell >$IOTDB_HOME/bin/memory-tool.sh calmem -sg 20 -ts 100000 -mts -50000 ``` For Windows users: -* Assume that there are 20 storage groups, 10w timeseries and timeseries are evenly distributed in the storage groups: +* Assume that there are 20 storage groups, 100k timeseries and timeseries are evenly distributed in the storage groups: ``` 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: +* Assume that there are 20 storage groups, 100k timeseries and maximum timeseries number among storage groups is 50000: ``` Shell >$IOTDB_HOME\bin\memory-tool.bat calmem -sg 20 -ts 100000 -mts -50000 ```
