mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 12:51:34 +00:00
Quota tweaks for base-sel4
This commit is contained in:
parent
c8cd09e72c
commit
73d089da36
@ -41,7 +41,7 @@
|
||||
</default-route>
|
||||
<default caps="200"/>
|
||||
<start name="test-expat">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<resource name="RAM" quantum="3M"/>
|
||||
<config>
|
||||
<vfs>
|
||||
<inline name="config"><config>
|
||||
|
@ -128,7 +128,7 @@
|
||||
</default-route>
|
||||
<default caps="100"/>
|
||||
<start name="test-ldso">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<resource name="RAM" quantum="3M"/>
|
||||
<config ld_bind_now="no" ld_verbose="no">
|
||||
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
|
@ -207,7 +207,7 @@ struct Faulting_loader_grand_child_test
|
||||
|
||||
void start_iteration(Env &env, Signal_context_capability fault_sigh)
|
||||
{
|
||||
loader.construct(env, Ram_quota{4*1024*1024}, Cap_quota{110});
|
||||
loader.construct(env, Ram_quota{4*1024*1024}, Cap_quota{120});
|
||||
|
||||
/* import config into loader session */
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user