mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
wm.run: increase RAM quota for wm_backdrop
Overcomes a startup issue of the wm_backdrop component on base-linux: [init] child "wm_backdrop" requests resources: ram_quota=10855936
This commit is contained in:
parent
7d568247e3
commit
9633a0a524
@ -129,7 +129,7 @@ install_config {
|
||||
|
||||
<start name="wm_backdrop" priority="-1">
|
||||
<binary name="backdrop" />
|
||||
<resource name="RAM" quantum="24M"/>
|
||||
<resource name="RAM" quantum="32M"/>
|
||||
<config>
|
||||
<libc/>
|
||||
<vfs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user