---
title: "MGLRU Improvement Yielding Nice Gains On Linux 7.2: MongoDB 30~100% Higher Throughput"
url: https://daily.dev/posts/mglru-improvement-yielding-nice-gains-on-linux-7-2-mongodb-30-100-higher-throughput-swhdndsko
source_url: https://www.phoronix.com/news/Linux-7.2-MM
type: article
source: "Phoronix"
published: 2026-06-24T21:31:03.985Z
updated: 2026-06-24T21:31:35.516Z
tags: ["linux", "performance", "mongodb"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MGLRU Improvement Yielding Nice Gains On Linux 7.2: MongoDB 30~100% Higher Throughput

**[Phoronix](https://daily.dev/sources/phoronix)** · 2 min read · 0 upvotes · 0 comments

## Summary

The Linux 7.2 kernel's memory management (MM) subsystem has received several notable improvements now merged to Git. The headline change is an improvement to MGLRU's reclaim loop and dirty writeback handling, yielding up to 30% throughput gains for MongoDB with NVMe storage and up to 100% gains with slower I/O. Other improvements include faster batch freeing of order-0 pages (addressing vmalloc regressions), DAMON enhancements for pausing/resuming without state loss and monitoring general data attributes, KASAN speedups by removing ineffective stack/page-table tagging, and tightened mmap_miss hit accounting that reduces synchronous mmap readahead I/O for sparse random and strided memory access workloads.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.phoronix.com/news/Linux-7.2-MM>

## Similar posts on daily.dev

- [Linux MGLRU Improvements Net A 30% Increase For MongoDB, More Than 100% On HDDs](https://daily.dev/posts/linux-mglru-improvements-net-a-30-increase-for-mongodb-more-than-100-on-hdds-vkijlgz9l) · Phoronix · 0 upvotes · 0 comments
- [A Lot Of Memory Management "MM" Improvements Merged For Linux 7.1](https://daily.dev/posts/a-lot-of-memory-management-mm-improvements-merged-for-linux-7-1-fg0fkfh2b) · Phoronix · 0 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux), [#performance](https://daily.dev/tags/performance), [#mongodb](https://daily.dev/tags/mongodb)

[View this post on daily.dev](https://daily.dev/posts/mglru-improvement-yielding-nice-gains-on-linux-7-2-mongodb-30-100-higher-throughput-swhdndsko)
