Skip to content

Commit 93fad2b

Browse files
authored
YQL-19940: Increase MSan memory limit (#18494)
1 parent 81f6541 commit 93fad2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ydb/core/kqp/ut/join/ya.make

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ ELSE()
1010
SIZE(MEDIUM)
1111
ENDIF()
1212

13+
IF(SANITIZER_TYPE == "memory")
14+
# Increase MSan memory limit due to YQL-19940.
15+
# Just double default memory requirements since we run MSan without origin tracking by default.
16+
REQUIREMENTS(
17+
ram:16
18+
)
19+
ENDIF()
20+
1321
SRCS(
1422
kqp_flip_join_ut.cpp
1523
kqp_index_lookup_join_ut.cpp

0 commit comments

Comments
 (0)