mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
Adapt memory quota to recent Fiasco.OC changes
When introducing an avl-tree to re-find known capabilities in Fiasco.OC (issue #112), the memory demand of apllications was slightly increased. So we've to give the pl11x driver more memory by default. Fixes #140.
This commit is contained in:
parent
10d7022395
commit
0973215cf0
@ -119,7 +119,7 @@ append_if [have_spec pl180] config {
|
||||
append_if [have_spec pl11x] config {
|
||||
<start name="fb_drv">
|
||||
<binary name="pl11x_drv"/>
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<provides><service name="Framebuffer"/></provides>
|
||||
</start> }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user