diff options
| author | Олег <[email protected]> | 2025-02-06 14:50:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-06 14:50:05 +0300 |
| commit | 60b0993921e4b80febdd8b09dee27c04484f18f3 (patch) | |
| tree | 43d074a79ca46d322e8f55d7767ddc810eb08c0a | |
| parent | 9b08c2c8656f1af8b9b0fc5bb98f2de2750dc0d5 (diff) | |
More RAM for log stress test (#14242)
| -rw-r--r-- | ydb/tests/stress/log/tests/ya.make | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ydb/tests/stress/log/tests/ya.make b/ydb/tests/stress/log/tests/ya.make index 91a842fb725..cdc212253df 100644 --- a/ydb/tests/stress/log/tests/ya.make +++ b/ydb/tests/stress/log/tests/ya.make @@ -6,14 +6,8 @@ TEST_SRCS( test_workload.py ) -IF (SANITIZER_TYPE) - SIZE(MEDIUM) - REQUIREMENTS(ram:32) -ELSE() - SIZE(MEDIUM) - REQUIREMENTS(ram:16) -ENDIF() - +SIZE(MEDIUM) +REQUIREMENTS(ram:32) DEPENDS( ydb/apps/ydbd |
