Fix OOM in Fuzzer

This commit is contained in:
Alexey Milovidov 2023-01-08 05:57:29 +01:00
parent 5677d04752
commit b9777fb439

View File

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