mm: bump physical memory limit
This commit is contained in:
parent
f1a6033f5b
commit
8e45e48362
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user