Merge pull request #45032 from ClickHouse/fix-fuzzer-oom

Fix OOM in Fuzzer
This commit is contained in:
Alexey Milovidov 2023-01-08 09:41:14 +03:00 committed by GitHub
commit 32cc41f0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
<profiles>
<default>
<max_execution_time>10</max_execution_time>
<max_memory_usage>10G</max_memory_usage>
<!--
Otherwise we will get the TOO_MANY_SIMULTANEOUS_QUERIES errors,