mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
04cbee4c76
This change allows for the testing of cli_monitor's automatic resource balancing by executing the following command: start ram_eater --ram-limit 1G --count 5 The command starts 5 instances of a RAM-eating process, which is, however, able to yield resources when instructed. The RAM quota for the processes gets automatically extended because of the overly large limit of 1 GiB, which is far more than CLI monitor's RAM resources (100 MiB). When the RAM usage hits the preservation limit, CLI monitor broadcasts yield requests to each ram_eater instance, which allow the scenario to remain alive. |
||
---|---|---|
.. | ||
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.