genode/repos/dde_rump/run
Norman Feske 20df224b19 dde_rump: increase max I/O request size to 1 MiB
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
2022-09-21 12:19:09 +02:00
..
fs_rom_update_ext2.run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
libc_vfs_ext2.run dde_rump: increase max I/O request size to 1 MiB 2022-09-21 12:19:09 +02:00
libc_vfs_fs_ext2.run dde_rump: increase max I/O request size to 1 MiB 2022-09-21 12:19:09 +02:00
rump_ext2.run dde_rump: increase max I/O request size to 1 MiB 2022-09-21 12:19:09 +02:00
rump_fat.run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
rump_iso.run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
vfs_stress_ext2.run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
vfs_stress_rump_fs.run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00