Skip to content

Commit 15dc990

Browse files
authored
add cpu config in tests (#15803)
1 parent 50200d5 commit 15dc990

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ydb/tests/functional/tpc/lib/conftest.py

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ def setup_cluster(cls, table_service_config: dict = {}, memory_controller_config
2121
if memory_controller_config:
2222
config_generator.yaml_config["memory_controller_config"] = memory_controller_config
2323

24+
config_generator.yaml_config['actor_system_config'] = {
25+
'use_auto_config': True,
26+
'cpu_count': 16
27+
}
28+
2429
cls.cluster = KiKiMR(configurator=config_generator)
2530
cls.cluster.start()
2631
node = cls.cluster.nodes[1]

0 commit comments

Comments
 (0)