mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
try fix loongarch64 build
This commit is contained in:
parent
bcc2a31bac
commit
aa117869d6
@ -64,8 +64,8 @@ if (ENABLE_CHECK_HEAVY_BUILDS)
|
||||
# Sanitizers are too heavy. Some architectures too.
|
||||
if (SANITIZE OR SANITIZE_COVERAGE OR WITH_COVERAGE OR ARCH_RISCV64 OR ARCH_LOONGARCH64)
|
||||
# Twice as large
|
||||
set (RLIMIT_DATA 10000000000)
|
||||
set (RLIMIT_AS 20000000000)
|
||||
set (RLIMIT_DATA 20000000000)
|
||||
set (RLIMIT_AS 40000000000)
|
||||
endif()
|
||||
|
||||
# For some files currently building RISCV64/LOONGARCH64 might be too slow.
|
||||
|
Loading…
Reference in New Issue
Block a user