Eliminate the rott.

This commit is contained in:
alexey-milovidov 2020-04-11 18:43:13 +03:00 committed by GitHub
parent 218b9b3c6c
commit 59b5f88099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ With this instruction you can run basic ClickHouse performance test on any serve
./clickhouse client --query "SELECT count() FROM hits_100m_obfuscated"
100000000
10. Edit the benchmark-new.sh, change “clickhouse-client” to “./clickhouse client” and add “max\_memory\_usage 100000000000” parameter.
10. Edit the benchmark-new.sh, change `clickhouse-client` to `./clickhouse client` and add `-max_memory_usage 100000000000` parameter.
<!-- -->