try fix loongarch64 build

This commit is contained in:
Nikita Taranov 2024-11-15 16:52:56 +01:00
parent bcc2a31bac
commit aa117869d6

View File

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