Increase cpu_burner RAM quota in test-trace_logger

Now, the test also succeeds on sel4.
This commit is contained in:
Christian Helmuth 2022-09-13 11:20:39 +02:00 committed by Norman Feske
parent cc9368ccb4
commit 82f96668fa

View File

@ -105,7 +105,7 @@
<start name="cpu_burner.1">
<binary name="cpu_burner"/>
<resource name="RAM" quantum="1M"/>
<resource name="RAM" quantum="1280K"/>
<route>
<service name="ROM" label="config">
<child name="dynamic_rom" label="cpu_burner1.config"/> </service>
@ -115,7 +115,7 @@
<start name="cpu_burner.2">
<binary name="cpu_burner"/>
<resource name="RAM" quantum="1M"/>
<resource name="RAM" quantum="1280K"/>
<route>
<service name="ROM" label="config">
<child name="dynamic_rom" label="cpu_burner2.config"/> </service>