mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
sculpt manager: use runtime state report max of 1M
With complex scenarios, supplementing the <report> node with the attribute 'requested' or 'provides' can easily result in a report of more than 64K.
This commit is contained in:
parent
8faa916d93
commit
fce9cd8c22
@ -1662,7 +1662,7 @@ void Sculpt::Main::_generate_runtime_config(Xml_generator &xml) const
|
||||
xml.attribute("child_ram", "yes");
|
||||
xml.attribute("child_caps", "yes");
|
||||
xml.attribute("delay_ms", 4*500);
|
||||
xml.attribute("buffer", "64K");
|
||||
xml.attribute("buffer", "1M");
|
||||
});
|
||||
|
||||
xml.node("parent-provides", [&] () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user