mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
increase memory limit for asan check
This commit is contained in:
parent
43a57c4f56
commit
ab02c5fa43
@ -11,7 +11,7 @@ FROM
|
|||||||
FROM numbers(10000000)
|
FROM numbers(10000000)
|
||||||
)
|
)
|
||||||
FORMAT `null`
|
FORMAT `null`
|
||||||
SETTINGS max_threads = 1, max_memory_usage = 104857600;
|
SETTINGS max_threads = 1, max_memory_usage = 125829120;
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
x,
|
x,
|
||||||
@ -24,7 +24,7 @@ FROM
|
|||||||
FROM numbers(10000000)
|
FROM numbers(10000000)
|
||||||
)
|
)
|
||||||
FORMAT `null`
|
FORMAT `null`
|
||||||
SETTINGS max_threads = 1, max_memory_usage = 104857600;
|
SETTINGS max_threads = 1, max_memory_usage = 125829120;
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
x,
|
x,
|
||||||
@ -37,4 +37,4 @@ FROM
|
|||||||
FROM numbers(10000000)
|
FROM numbers(10000000)
|
||||||
)
|
)
|
||||||
FORMAT `null`
|
FORMAT `null`
|
||||||
SETTINGS max_threads = 1, max_memory_usage = 104857600;
|
SETTINGS max_threads = 1, max_memory_usage = 125829120;
|
||||||
|
Loading…
Reference in New Issue
Block a user