diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 15:23:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 15:23:45 +0300 |
commit | 8de0f05c13820972479752066e84566c7dd5d342 (patch) | |
tree | 6e988d45349e9e1ca6e49167790fdaffe66d98d0 | |
parent | b1b2fe1691da2d28f27181142526b2e883fe504f (diff) | |
download | ydb-8de0f05c13820972479752066e84566c7dd5d342.tar.gz |
intermediate changes
ref:e1465b06592c77fb5c8818b4c65e01d515f45bc0
-rw-r--r-- | build/ya.conf.json | 2 | ||||
-rw-r--r-- | contrib/libs/tcmalloc/small_but_slow/ya.make (renamed from contrib/libs/tcmalloc/slow_but_small/ya.make) | 0 | ||||
-rw-r--r-- | contrib/libs/tcmalloc/ya.make | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 0d2d16d6c08..74393ab7291 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7745,7 +7745,7 @@ }, "sedem": { "formula": { - "sandbox_id": 1194502495, + "sandbox_id": 1211251431, "match": "SEDEM archive" }, "executable": { diff --git a/contrib/libs/tcmalloc/slow_but_small/ya.make b/contrib/libs/tcmalloc/small_but_slow/ya.make index ddcb157d30b..ddcb157d30b 100644 --- a/contrib/libs/tcmalloc/slow_but_small/ya.make +++ b/contrib/libs/tcmalloc/small_but_slow/ya.make diff --git a/contrib/libs/tcmalloc/ya.make b/contrib/libs/tcmalloc/ya.make index 54701b1b777..4129e339ef1 100644 --- a/contrib/libs/tcmalloc/ya.make +++ b/contrib/libs/tcmalloc/ya.make @@ -33,6 +33,6 @@ IF (NOT DLL_FOR) malloc_extension numa_256k numa_large_pages - slow_but_small + small_but_slow ) ENDIF() |