mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
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:
parent
014066f15b
commit
aab9227365
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user