mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
noux_tool_chain: increase ram_fs quota
The file space demand for the object files when compiling core has grown. Therefore, the ram_fs component runs out of memory and requests additional memory from init. On OKL4, where the physical memory is limited by the elfweaver bootstrap tool, there is no more slack memory after the donation of 1G to noux.
This commit is contained in:
parent
45cab8fed6
commit
7a4f4f1adc
@ -151,7 +151,7 @@ append config {
|
||||
</config>
|
||||
</start>
|
||||
<start name="ram_fs">
|
||||
<resource name="RAM" quantum="100M"/>
|
||||
<resource name="RAM" quantum="124M"/>
|
||||
<provides><service name="File_system"/></provides>
|
||||
<config>
|
||||
<content>
|
||||
|
Loading…
Reference in New Issue
Block a user