mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
ieee754: adjust RAM quota to sel4
This commit is contained in:
parent
5a06a9dec1
commit
9c136f66d4
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user