stress.py

This commit is contained in:
Julia Kartseva 2024-09-19 03:13:56 +00:00
parent 26f02efa54
commit 9c74e77d52

View File

@ -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"
)