Skip to content

Commit e769c9c

Browse files
iddqdexblinkov
authored andcommitted
More mem in contrib/ydb/tests/functional/benchmarks_init (#14533)
1 parent aa213ee commit e769c9c

File tree

1 file changed

+6
-0
lines changed
  • ydb/tests/functional/benchmarks_init

1 file changed

+6
-0
lines changed

ydb/tests/functional/benchmarks_init/ya.make

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ TEST_SRCS(
77

88
SIZE(MEDIUM)
99

10+
IF(NOT SANITIZER_TYPE)
11+
REQUIREMENTS(ram:8)
12+
ELSE()
13+
REQUIREMENTS(ram:16)
14+
ENDIF()
15+
1016
ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
1117

1218
DEPENDS(

0 commit comments

Comments
 (0)