mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
a903049a1a
This patch introduces new commands for dynamically balancing RAM between subsystems. The 'status' command prints a table with the RAM status of each subsystem. The 'ram' command changes the quota or a quota limit of a given subsystem. The quota limit can be defined to allow the on-demand expansion of the quota. Finally, the 'yield' command can be used to instruct a subsystem to yield a specified amount of resources. For trying out the new commands, a so-called 'ram_eater' example has been added to the 'terminal_mux.run' scenario. This program simulates a subsystem with a growing demand for resources, yet with the capability to yield resources when instructed by the parent (i.e., cli_monitor). Besides implementing the new features, the patch splits the implementation of 'cli_monitor' into multiple files. |
||
---|---|---|
.. | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports', and 'qt4'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.