mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
sculpt: reduce NIC driver CPU quota
The value of 50% as assigned by commit "sculpt: add basic support for i.MX8 Quad EVK" leaves too little room for other components of the runtime subsystem. With the adjustements of commit "sculpt: assign CPU quotas" the sum exeedcs 100%. Hence this commit tunes down the value to sensible 10%.
This commit is contained in:
parent
a9022d8451
commit
fa5f8dbd55
@ -20,7 +20,7 @@ void Sculpt::gen_nic_drv_start_content(Xml_generator &xml)
|
||||
Cap_quota{300}, Ram_quota{20*1024*1024},
|
||||
Priority::NETWORK);
|
||||
|
||||
gen_named_node(xml, "resource", "CPU", [&] () { xml.attribute("quantum", "50"); });
|
||||
gen_named_node(xml, "resource", "CPU", [&] () { xml.attribute("quantum", "10"); });
|
||||
|
||||
xml.node("config", [&] () { });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user