mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
stress.py
This commit is contained in:
parent
26f02efa54
commit
9c74e77d52
@ -142,6 +142,7 @@ def make_query_command(query: str) -> str:
|
||||
return (
|
||||
f'clickhouse client -q "{query}" --max_untracked_memory=1Gi '
|
||||
"--memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 "
|
||||
"--enable-progress-table-toggle=0"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user