Skip to content

Commit 60b0993

Browse files
authored
More RAM for log stress test (#14242)
1 parent 9b08c2c commit 60b0993

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

ydb/tests/stress/log/tests/ya.make

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ TEST_SRCS(
66
test_workload.py
77
)
88

9-
IF (SANITIZER_TYPE)
10-
SIZE(MEDIUM)
11-
REQUIREMENTS(ram:32)
12-
ELSE()
13-
SIZE(MEDIUM)
14-
REQUIREMENTS(ram:16)
15-
ENDIF()
16-
9+
SIZE(MEDIUM)
10+
REQUIREMENTS(ram:32)
1711

1812
DEPENDS(
1913
ydb/apps/ydbd

0 commit comments

Comments
 (0)