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:
Adrian-Ken Rueegsegger 2017-01-25 14:06:40 +01:00 committed by Christian Helmuth
parent bdfe3e1a8c
commit 60dfddbe5a
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ append_if [expr $use_usb] config {
append_if [have_spec framebuffer] config {
<start name="fb_drv" priority="-1">
<resource name="RAM" quantum="6M"/>
<resource name="RAM" quantum="8M"/>
<provides><service name="Framebuffer"/></provides>
<config buffered="yes"/>
</start>}