Skip to content

Commit c2cdf83

Browse files
committed
Try to avoid stress test errors that may be related to running out of resources
1 parent d7f8980 commit c2cdf83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/test/stress/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log &
6060

6161
config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
6262

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+
6367
start_server
6468

6569
setup_logs_replication

0 commit comments

Comments
 (0)