mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
depot_download_mgr: raise chroot quota for sel4
Give chroot 32K more to satisfy Sel4 on x86 64-bit. Issue #2781
This commit is contained in:
parent
341de74d83
commit
e8d17af1d0
@ -17,7 +17,7 @@ void Depot_download_manager::gen_chroot_start_content(Xml_generator &xml,
|
||||
Archive::User const &user)
|
||||
{
|
||||
gen_common_start_content(xml, Path("/depot/", user),
|
||||
Cap_quota{100}, Ram_quota{1*1024*1024});
|
||||
Cap_quota{100}, Ram_quota{1*1024*1024 + 32*1024});
|
||||
|
||||
xml.node("binary", [&] () { xml.attribute("name", "chroot"); });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user