mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
sculpt_manager: Increase RAM quota for file systems
With the increased allocation size to 4MB in rump (20df224b19d1d1336d4f896822a5c4fcffd4c923), the supplied quota by the sculpt_manager does not suffice any more. issue #4631
This commit is contained in:
parent
e0f5cdacf0
commit
7cbf5cd075
@ -18,7 +18,7 @@ void Sculpt::gen_fs_start_content(Xml_generator &xml,
|
||||
File_system::Type fs_type)
|
||||
{
|
||||
gen_common_start_content(xml, target.fs(),
|
||||
Cap_quota{400}, Ram_quota{64*1024*1024},
|
||||
Cap_quota{400}, Ram_quota{72*1024*1024},
|
||||
Priority::STORAGE);
|
||||
|
||||
gen_named_node(xml, "binary", "vfs");
|
||||
|
Loading…
x
Reference in New Issue
Block a user