mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
platform_drv: increase RAM config for -O0 builds (again)
This commit is contained in:
parent
40b8da8755
commit
971b531d58
@ -141,7 +141,7 @@ namespace Platform {
|
||||
Device_pd_client child;
|
||||
Genode::Allocator_guard &_md_alloc;
|
||||
|
||||
enum { DEVICE_PD_RAM_QUOTA = 160 * 4096 };
|
||||
enum { DEVICE_PD_RAM_QUOTA = 180 * 4096 };
|
||||
|
||||
Devicepd (Genode::Rpc_entrypoint &ep,
|
||||
Genode::Allocator_guard &md_alloc,
|
||||
|
Loading…
Reference in New Issue
Block a user