mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +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"/>
|
||||
<start name="test1">
|
||||
<binary name="test-ieee754"/>
|
||||
<resource name="RAM" quantum="2096K"/>
|
||||
<resource name="RAM" quantum="2144K"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev"><log/></dir></vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
@ -33,7 +33,7 @@ install_config {
|
||||
</start>
|
||||
<start name="test2">
|
||||
<binary name="test-ieee754"/>
|
||||
<resource name="RAM" quantum="2096K"/>
|
||||
<resource name="RAM" quantum="2144K"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev"><log/></dir></vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
@ -41,7 +41,7 @@ install_config {
|
||||
</start>
|
||||
<start name="test3">
|
||||
<binary name="test-ieee754"/>
|
||||
<resource name="RAM" quantum="2096K"/>
|
||||
<resource name="RAM" quantum="2144K"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev"><log/></dir></vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
@ -49,7 +49,7 @@ install_config {
|
||||
</start>
|
||||
<start name="test4">
|
||||
<binary name="test-ieee754"/>
|
||||
<resource name="RAM" quantum="2096K"/>
|
||||
<resource name="RAM" quantum="2144K"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev"><log/></dir></vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
|
Loading…
Reference in New Issue
Block a user