mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-22 12:28:02 +00:00
ec50c008bb
With this patch, the wm accounts RAM and caps consumed on behalf of its clients to the respective client's session quota instead of paying out of its own pocket. This should make the wm resilient against resource exhaustion and lowers the quota requirements. Issue #5340
23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
<runtime ram="12M" caps="350" binary="init" config="wm.config">
|
|
|
|
<requires>
|
|
<gui label="focus"/>
|
|
<gui/>
|
|
<report label="shape"/>
|
|
<report label="clipboard"/>
|
|
<rom label="clipboard"/>
|
|
<timer/>
|
|
</requires>
|
|
|
|
<provides> <gui/> <rom/> <report/> </provides>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="report_rom"/>
|
|
<rom label="wm"/>
|
|
<rom label="init"/>
|
|
<rom label="wm.config"/>
|
|
</content>
|
|
|
|
</runtime>
|