We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f8980 commit c2cdf83Copy full SHA for c2cdf83
docker/test/stress/run.sh
@@ -60,6 +60,10 @@ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log &
60
61
config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
62
63
+# NOTE(strtgbb): Trying to avoid errors that may be related to running out of resources
64
+export CLICKHOUSE_MAX_THREADS=8
65
+export CLICKHOUSE_MAX_CONCURRENT_QUERIES=4
66
+
67
start_server
68
69
setup_logs_replication
0 commit comments