mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +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)
|
||||
)
|
||||
FORMAT `null`
|
||||
SETTINGS max_threads = 1, max_memory_usage = 104857600;
|
||||
SETTINGS max_threads = 1, max_memory_usage = 125829120;
|
||||
|
||||
SELECT
|
||||
x,
|
||||
@ -24,7 +24,7 @@ FROM
|
||||
FROM numbers(10000000)
|
||||
)
|
||||
FORMAT `null`
|
||||
SETTINGS max_threads = 1, max_memory_usage = 104857600;
|
||||
SETTINGS max_threads = 1, max_memory_usage = 125829120;
|
||||
|
||||
SELECT
|
||||
x,
|
||||
@ -37,4 +37,4 @@ FROM
|
||||
FROM numbers(10000000)
|
||||
)
|
||||
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