mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
26 lines
719 B
XML
26 lines
719 B
XML
<yandex>
|
|
<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>
|
|
|
|
<!-- Not ready for production -->
|
|
<compile_expressions>
|
|
<readonly />
|
|
</compile_expressions>
|
|
</constraints>
|
|
</default>
|
|
</profiles>
|
|
</yandex>
|