Skip to content

Commit

Permalink
Update kikimr_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Feb 7, 2025
1 parent a314592 commit 056108f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ydb/tests/library/harness/kikimr_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ def __init__(
if default_user_sid:
self.yaml_config["domains_config"]["security_config"]["default_user_sids"] = [default_user_sid]

if os.getenv("YDB_HARD_MEMORY_LIMIT_BYTES"):
self.yaml_config["memory_controller_config"] = {"hard_limit_bytes": int(os.getenv("YDB_HARD_MEMORY_LIMIT_BYTES"))}
self.yaml_config["memory_controller_config"] = {"hard_limit_bytes": 1024 * 1024 * 1024}

if os.getenv("YDB_CHANNEL_BUFFER_SIZE"):
self.yaml_config["table_service_config"]["resource_manager"]["channel_buffer_size"] = int(os.getenv("YDB_CHANNEL_BUFFER_SIZE"))
Expand Down

0 comments on commit 056108f

Please sign in to comment.