We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2444c9a commit db9244aCopy full SHA for db9244a
ydb/core/base/pool_stats_collector.cpp
@@ -37,6 +37,8 @@ class TStatsCollectingActor : public NActors::TStatsCollectingActor {
37
}
38
39
void Update() {
40
+ TAlignedPagePool::DoCleanupGlobalFreeList(1 << 30); // keep 1Gb of cached pages
41
+
42
*TotalBytes = TAlignedPagePool::GetGlobalPagePoolSize();
43
*TotalMmapped = ::NKikimr::GetTotalMmapedBytes();
44
*TotalFreeList = ::NKikimr::GetTotalFreeListBytes();
0 commit comments