Fix awful bug @blinkov

This commit is contained in:
alexey-milovidov 2020-07-17 20:34:43 +03:00 committed by GitHub
parent ac01b8670e
commit 5775a8934a
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.
<!-- -->