mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
sculpt: increase RAM quota of USB block driver
Thanks Sebatian Sumpf for testing!
This commit is contained in:
parent
3372c1a7b2
commit
fca3e59e26
@ -101,7 +101,7 @@ struct Sculpt::Usb_storage_device : List_model<Usb_storage_device>::Element,
|
||||
void Sculpt::Usb_storage_device::gen_usb_block_drv_start_content(Xml_generator &xml) const
|
||||
{
|
||||
gen_common_start_content(xml, usb_block_drv_name(),
|
||||
Cap_quota{100}, Ram_quota{4*1024*1024});
|
||||
Cap_quota{100}, Ram_quota{6*1024*1024});
|
||||
|
||||
gen_named_node(xml, "binary", "usb_block_drv");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user