diff --git a/ydb/core/memory_controller/memory_controller.cpp b/ydb/core/memory_controller/memory_controller.cpp index ba70b3a56b42..d6d216351120 100644 --- a/ydb/core/memory_controller/memory_controller.cpp +++ b/ydb/core/memory_controller/memory_controller.cpp @@ -141,6 +141,8 @@ class TMemoryController : public TActorBootstrapped { limit.hard = false; limit.limit = GetSoftLimitBytes(Config, hardLimitBytes); tcmalloc::MallocExtension::SetMemoryLimit(limit); + + LOG_NOTICE_S(ctx, NKikimrServices::MEMORY_CONTROLLER, "Set tcmalloc soft limit " << limit.limit); #endif HandleWakeup(ctx);