Skip to content

Commit 26e40e4

Browse files
abyss7Kamil Khamitov
authored and
Kamil Khamitov
committed
Do not cleanup MKQL pool pages (ydb-platform#14890)
1 parent 7195923 commit 26e40e4

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)