ClickHouse/tests/config/users.d/memory_profiler.xml
Azat Khuzhin dcde7fc945 Enable memory profiler in tests
This is to catch possible allocations for mutations, for
01200_mutations_memory_consumption
2021-09-27 22:31:36 +03:00

9 lines
209 B
XML

<yandex>
<profiles>
<default>
<max_untracked_memory>1Mi</max_untracked_memory>
<memory_profiler_step>1Mi</memory_profiler_step>
</default>
</profiles>
</yandex>