Norman Feske 75b04b38f6 Adjust RAM and cap quotas
The recent changes of the GUI stack (proper accounting of cap and RAM
resources by the window manager and nitpicker, output buffered at the
server side) require quota adjustments at various GUI-related places.

Issue #5356
2024-10-08 09:09:24 +02:00

38 lines
801 B
Plaintext

<runtime ram="50M" caps="400" binary="gears">
<requires>
<gui/>
<gpu/>
<timer/>
<rom label="mesa_gpu.lib.so"/>
</requires>
<content>
<rom label="egl.lib.so"/>
<rom label="expat.lib.so"/>
<rom label="gears"/>
<rom label="glapi.lib.so"/>
<rom label="init"/>
<rom label="ld.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libdrm.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="mesa.lib.so"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="vfs_gpu.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" />
<vfs>
<dir name="dev">
<log/> <inline name="rtc">2000-01-01 00:00</inline> <gpu/>
</dir>
</vfs>
<env key="GALLIUM_HUD" value="fps"/>
</config>
</runtime>