mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 09:21:49 +00:00
Increase fb_drv RAM quota in vbox auto scenarios
Otherwise the component runs out of memory with large screen resolutions, e.g. 1920x1440@16.
This commit is contained in:
parent
bdfe3e1a8c
commit
60dfddbe5a
@ -293,7 +293,7 @@ append_if [expr $use_usb] config {
|
|||||||
|
|
||||||
append_if [have_spec framebuffer] config {
|
append_if [have_spec framebuffer] config {
|
||||||
<start name="fb_drv" priority="-1">
|
<start name="fb_drv" priority="-1">
|
||||||
<resource name="RAM" quantum="6M"/>
|
<resource name="RAM" quantum="8M"/>
|
||||||
<provides><service name="Framebuffer"/></provides>
|
<provides><service name="Framebuffer"/></provides>
|
||||||
<config buffered="yes"/>
|
<config buffered="yes"/>
|
||||||
</start>}
|
</start>}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user