mm: bump physical memory limit

This commit is contained in:
Mark Poliakov 2025-02-24 11:00:10 +02:00
parent f1a6033f5b
commit 8e45e48362

View File

@ -219,7 +219,7 @@ pub unsafe fn init_from_iter<
);
let mut collected = 0;
const MAX_MEMORY: usize = 64 * 1024;
const MAX_MEMORY: usize = 256 * 1024;
for (start, end) in it
.into_iter()