Page MenuHomeFreeBSD

enable more aggressive contiguous memory reclamation
AbandonedPublic

Authored by kmacy on Jan 25 2015, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 9:30 AM
Unknown Object (File)
Jan 1 2024, 6:31 AM
Unknown Object (File)
Dec 22 2023, 2:23 PM
Unknown Object (File)
Nov 8 2023, 12:45 AM
Unknown Object (File)
Oct 31 2023, 4:45 AM
Unknown Object (File)
Jul 7 2023, 5:16 PM
Unknown Object (File)
Apr 7 2023, 4:32 PM
Unknown Object (File)
Mar 21 2023, 12:04 PM
Subscribers

Details

Reviewers
alc
Summary
enable more aggressive contiguous memory reclamation
Test Plan

stress2 buildworld

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kmacy retitled this revision from to enable more aggressive contiguous memory reclamation .
kmacy updated this object.
kmacy edited the test plan for this revision. (Show Details)
kmacy added a reviewer: alc.

I'm updating this patch for recent -CURRENT. Any comments I can incorporate?

I've committed a new mechanism for relocating pages to HEAD in r292469 that addresses the contiguous memory allocation problem without resorting to dirty page laundering. Similarly, this new mechanism achieves the goal of not relying on PG_CACHED pages. This patch can be abandoned.

In D1675#97813, @alc wrote:

I've committed a new mechanism for relocating pages to HEAD in r292469 that addresses the contiguous memory allocation problem without resorting to dirty page laundering. Similarly, this new mechanism achieves the goal of not relying on PG_CACHED pages. This patch can be abandoned.

Kip, this change should also be closed out.