fb_bench: adjust RAM quota for large frame buffers

This commit is contained in:
Christian Helmuth 2017-03-16 16:56:16 +01:00
parent 8d68d3d8ac
commit 9fb175e236

View File

@ -79,7 +79,12 @@ append_if [have_spec framebuffer] config {
append config {
<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>
</config>}