Merge pull request #19396 from ClickHouse/fuzz-limit-memory

Limit max memory usage in fuzz testing
This commit is contained in:
alexey-milovidov 2021-01-22 21:09:25 +03:00 committed by GitHub
commit 819483fd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
<max>10</max>
</max_execution_time>
<max_memory_usage>
<max>10G</max>
</max_memory_usage>
<!-- Not ready for production -->
<compile_expressions>
<readonly />