Merge branch 'stress-oom' of github.com:yandex/ClickHouse into stress-oom

This commit is contained in:
Alexey Milovidov 2021-04-01 01:44:11 +03:00
commit 6f2b7b9e06

View File

@ -1,2 +1,2 @@
SET max_memory_usage = '1G';
SET max_memory_usage = '500M';
SELECT sumMap([number], [number]) FROM system.numbers_mt; -- { serverError 241 }