pkg/mesa_gpu-cpu: RAM quota adjustments

When deployed on the PinePhone, the cached_fs_rom requests additional
4 MiB of RAM.
This commit is contained in:
Norman Feske 2023-04-18 16:50:06 +02:00 committed by Christian Helmuth
parent 014066f15b
commit aab9227365

View File

@ -1,4 +1,4 @@
<runtime ram="4M" caps="300" binary="init">
<runtime ram="16M" caps="300" binary="init">
<provides>
<rom/>
@ -46,7 +46,7 @@
</start>
<start name="cached_fs_rom" caps="100">
<resource name="RAM" quantum="2M"/>
<resource name="RAM" quantum="8M"/>
<provides> <service name="ROM"/> </provides>
<config/>
</start>