mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
20df224b19
With the increase of MAXPHYS, the rump kernel requests a contiguous allocation of 2101248 bytes, which exceeds the allocator's block size of 2 MiB. Error: backend allocator: Unable to allocate memory (size: 2101248 align: 12) The patch avoids this corner case by increasing the allocator's block size to 4 MiB. Fixes #4613 |
||
---|---|---|
.. | ||
fs_rom_update_ext2.run | ||
libc_vfs_ext2.run | ||
libc_vfs_fs_ext2.run | ||
rump_ext2.run | ||
rump_fat.run | ||
rump_iso.run | ||
vfs_stress_ext2.run | ||
vfs_stress_rump_fs.run |