ClickHouse/docker/test/fuzzer/query-fuzzer-tweaks-users.xml
2021-09-20 01:38:53 +03:00

21 lines
566 B
XML

<clickhouse>
<profiles>
<default>
<max_execution_time>10</max_execution_time>
<!--
Don't let the fuzzer change this setting (I've actually seen it
do this before).
-->
<constraints>
<max_execution_time>
<max>10</max>
</max_execution_time>
<max_memory_usage>
<max>10G</max>
</max_memory_usage>
</constraints>
</default>
</profiles>
</clickhouse>