increase memory limit for asan check

This commit is contained in:
lgbo-ustc 2024-11-20 08:54:54 +08:00
parent 43a57c4f56
commit ab02c5fa43

View File

@ -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;