diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-06 19:33:59 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-06 19:44:58 +0300 |
commit | fc049edd7fb71d559f889eff6657ce578dc4b159 (patch) | |
tree | 6731a80a012e780af6393914f723ea1acd466577 | |
parent | f8e7e242532d48494b5483c81d364c9c8fa593cd (diff) | |
download | ydb-fc049edd7fb71d559f889eff6657ce578dc4b159.tar.gz |
Intermediate changes
commit_hash:f172dc202e1fe65f0ac731c8d89b6021662dd76d
-rw-r--r-- | yt/yt/library/program/program.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt/yt/library/program/program.cpp b/yt/yt/library/program/program.cpp index 060398a574..670ae9520e 100644 --- a/yt/yt/library/program/program.cpp +++ b/yt/yt/library/program/program.cpp @@ -18,8 +18,6 @@ #include <yt/yt/library/profiling/tcmalloc/profiler.h> -#include <library/cpp/yt/mlock/mlock.h> - #include <library/cpp/yt/stockpile/stockpile.h> #include <library/cpp/yt/system/exit.h> @@ -331,8 +329,6 @@ void ConfigureExitZeroOnSigterm() void ConfigureAllocator(const TAllocatorOptions& options) { - NYT::MlockFileMappings(); - #ifdef _linux_ NProfiling::EnableTCMallocProfiler(); |