ieee754: adjust RAM quota to sel4

This commit is contained in:
Christian Helmuth 2022-10-24 14:33:35 +02:00
parent 5a06a9dec1
commit 9c136f66d4

View File

@ -25,7 +25,7 @@ install_config {
<default caps="100"/> <default caps="100"/>
<start name="test1"> <start name="test1">
<binary name="test-ieee754"/> <binary name="test-ieee754"/>
<resource name="RAM" quantum="2096K"/> <resource name="RAM" quantum="2144K"/>
<config> <config>
<vfs> <dir name="dev"><log/></dir></vfs> <vfs> <dir name="dev"><log/></dir></vfs>
<libc stdout="/dev/log"/> <libc stdout="/dev/log"/>
@ -33,7 +33,7 @@ install_config {
</start> </start>
<start name="test2"> <start name="test2">
<binary name="test-ieee754"/> <binary name="test-ieee754"/>
<resource name="RAM" quantum="2096K"/> <resource name="RAM" quantum="2144K"/>
<config> <config>
<vfs> <dir name="dev"><log/></dir></vfs> <vfs> <dir name="dev"><log/></dir></vfs>
<libc stdout="/dev/log"/> <libc stdout="/dev/log"/>
@ -41,7 +41,7 @@ install_config {
</start> </start>
<start name="test3"> <start name="test3">
<binary name="test-ieee754"/> <binary name="test-ieee754"/>
<resource name="RAM" quantum="2096K"/> <resource name="RAM" quantum="2144K"/>
<config> <config>
<vfs> <dir name="dev"><log/></dir></vfs> <vfs> <dir name="dev"><log/></dir></vfs>
<libc stdout="/dev/log"/> <libc stdout="/dev/log"/>
@ -49,7 +49,7 @@ install_config {
</start> </start>
<start name="test4"> <start name="test4">
<binary name="test-ieee754"/> <binary name="test-ieee754"/>
<resource name="RAM" quantum="2096K"/> <resource name="RAM" quantum="2144K"/>
<config> <config>
<vfs> <dir name="dev"><log/></dir></vfs> <vfs> <dir name="dev"><log/></dir></vfs>
<libc stdout="/dev/log"/> <libc stdout="/dev/log"/>