mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
stress.py
This commit is contained in:
parent
26f02efa54
commit
9c74e77d52
@ -141,7 +141,8 @@ def call_with_retry(query: str, timeout: int = 30, retry_count: int = 5) -> None
|
||||
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"
|
||||
"--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