genode/repos/dde_rump/lib/mk
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
..
spec dde_rump: backport aarch64 (Fix #3565) 2019-12-19 16:59:03 +01:00
rump_common.inc dde_rump: increase max I/O request size to 1 MiB 2022-09-21 12:19:09 +02:00
rump_fs.mk dde_rump: move periodic sync into rump kernel thread 2022-04-13 09:29:06 +02:00
rump_include.inc rump: retrieve port sources using git 2018-01-17 12:14:34 +01:00
rump_prefix.inc dde_rump: eliminate global ctors 2019-11-19 14:23:55 +01:00
rump_tools.mk dde_rump: Set '-fcommon' for rump host tools 2020-11-27 09:19:09 +01:00
rump.inc dde_rump: dispatch I/O signals in Timed_semaphore 2022-04-13 09:29:05 +02:00
vfs_rump.mk dde_rump: move private headers to src/include 2020-10-09 13:33:36 +02:00