Skip to content

Commit 3faf152

Browse files
committed
Fix OOM test by adding memory controller config
1 parent abfe046 commit 3faf152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/tests/olap/oom/overlapping_portions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def setup_class(cls):
2828
"memory_limit": 100 * 1024 * 1024,
2929
"hard_memory_limit": 100 * 1024 * 1024,
3030
},
31+
memory_controller_config={
32+
"column_tables_read_execution_limit_bytes": 100 * 1024 * 1024
33+
},
3134
)
3235
cls.cluster = KiKiMR(config)
3336
cls.cluster.start()

0 commit comments

Comments
 (0)