depot_autopilot: limit dynamic to 286 MB
* also set test-libc to 256 MB (seems to be enough) * fixes memory issues on platforms with 512 MB RAM issue #3407
This commit is contained in:
committed by
Christian Helmuth
parent
1b489820a9
commit
3a2de0d9a3
@@ -412,7 +412,7 @@ proc prepare_to_run_genode { } {
|
||||
</start>
|
||||
|
||||
<start name="dynamic" caps="8000" priority="-1">
|
||||
<resource name="RAM" quantum="420M"/>
|
||||
<resource name="RAM" quantum="286M"/>
|
||||
<binary name="init"/>
|
||||
<route>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user