Page MenuHomeFreeBSD

Change page alignment behavior of boundary==0 in vm_reserv_reclaim_contig
ClosedPublic

Authored by dougm on Dec 25 2021, 10:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 4:41 AM
Unknown Object (File)
Dec 7 2023, 7:13 PM
Unknown Object (File)
Oct 28 2023, 7:51 PM
Unknown Object (File)
Jul 28 2023, 11:02 AM
Unknown Object (File)
Mar 22 2023, 6:19 PM
Unknown Object (File)
Mar 5 2023, 8:01 AM
Unknown Object (File)
Jan 17 2023, 3:04 AM
Unknown Object (File)
Jan 5 2023, 5:59 AM
Subscribers

Details

Reviewers
alc
markj
madpilot
Summary

Evidently, I misunderstood what "boundary==0" means. I thought it would be more like "boundary==1", when it fact it is more like "boundary==0x10000000000000".

Test Plan

Ask for help from Guido Falsi.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm created this revision.

Assume that if I'm wrong about boundary, I'm similarly wrong about alignment.

Catch another boundary == 0 problem.

dougm added a subscriber: pho.

Remove the alignment change. I think boundary is the only problem.

I've tested Diff 100574 and I am unable to reproduce the issue with that applied.

Without this patch Virtualbox virtual machines would report out of memory errors easily, just launching two or tree machines, and closing and launching the same machine a few times caused the issue to appear, now I've tested multiple machines, some using half the host RAM, running simultaneously and closing reopening them multiple times wothout issues. So from my POV this patch works fine.

This revision is now accepted and ready to land.Dec 26 2021, 9:33 AM