mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
fb_bench: adjust RAM quota for large frame buffers
This commit is contained in:
parent
8d68d3d8ac
commit
9fb175e236
@ -79,7 +79,12 @@ append_if [have_spec framebuffer] config {
|
|||||||
|
|
||||||
append config {
|
append config {
|
||||||
<start name="test-fb_bench">
|
<start name="test-fb_bench">
|
||||||
<resource name="RAM" quantum="40M"/>
|
<!--
|
||||||
|
- We need this big amount of RAM because the VESA driver reports a
|
||||||
|
- large buffer on some hardware and the test mirrors this buffer in
|
||||||
|
- RAM.
|
||||||
|
-->
|
||||||
|
<resource name="RAM" quantum="72M"/>
|
||||||
</start>
|
</start>
|
||||||
</config>}
|
</config>}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user