Skip to content

Commit f6f62ce

Browse files
authored
[ydbd_slice] fix memorycontroller config default settings (#14025)
1 parent 93cb95f commit f6f62ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tools/cfg/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def __init__(self, template, host_info_provider, validator=None, database=None,
303303
self.table_profiles_config = self.__cluster_description.get("table_profiles_config")
304304
self.http_proxy_config = self.__cluster_description.get("http_proxy_config")
305305
self.blob_storage_config = self.__cluster_description.get("blob_storage_config")
306-
self.memory_controller_config = self.__cluster_description.get("memory_controller_config", {})
306+
self.memory_controller_config = self.__cluster_description.get("memory_controller_config")
307307
self.channel_profile_config = self.__cluster_description.get("channel_profile_config")
308308
self.immediate_controls_config = self.__cluster_description.get("immediate_controls_config")
309309
self.pdisk_key_config = self.__cluster_description.get("pdisk_key_config", {})

0 commit comments

Comments
 (0)