This commit is contained in:
Alexey Milovidov 2021-04-01 07:12:12 +03:00
parent 9d65d83c83
commit 507dae3bdc
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SET max_memory_usage = '1G';
SELECT range(65535) FROM system.one ARRAY JOIN range(65536) AS number; -- { serverError 241 }