Skip to content

Commit 39d7abd

Browse files
authored
Do not cleanup MKQL pool pages (#14890)
1 parent 4ca0181 commit 39d7abd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/base/pool_stats_collector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class TStatsCollectingActor : public NActors::TStatsCollectingActor {
3737
}
3838

3939
void Update() {
40-
TAlignedPagePool::DoCleanupGlobalFreeList();
4140
*TotalBytes = TAlignedPagePool::GetGlobalPagePoolSize();
4241
*TotalMmapped = ::NKikimr::GetTotalMmapedBytes();
4342
*TotalFreeList = ::NKikimr::GetTotalFreeListBytes();

0 commit comments

Comments
 (0)