Skip to content

Commit

Permalink
[ydbd_slice] fix memorycontroller config default settings (#14025)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmel1k authored Jan 30, 2025
1 parent 93cb95f commit f6f62ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tools/cfg/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def __init__(self, template, host_info_provider, validator=None, database=None,
self.table_profiles_config = self.__cluster_description.get("table_profiles_config")
self.http_proxy_config = self.__cluster_description.get("http_proxy_config")
self.blob_storage_config = self.__cluster_description.get("blob_storage_config")
self.memory_controller_config = self.__cluster_description.get("memory_controller_config", {})
self.memory_controller_config = self.__cluster_description.get("memory_controller_config")
self.channel_profile_config = self.__cluster_description.get("channel_profile_config")
self.immediate_controls_config = self.__cluster_description.get("immediate_controls_config")
self.pdisk_key_config = self.__cluster_description.get("pdisk_key_config", {})
Expand Down

0 comments on commit f6f62ce

Please sign in to comment.