genode/repos/gems/recipes/pkg/wm/runtime
Norman Feske ec50c008bb wm: account session resources
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
2024-10-07 15:54:59 +02:00

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>