mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
ieee754: adjust RAM quota to sel4
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user