genode/gems/run
Norman Feske 04cbee4c76 terminal_mux.run: Let CLI monitor preserve RAM
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.
2013-10-16 09:26:11 +02:00
..
d3m_boot.run Unify framebuffer driver binary names (fix #720) 2013-05-07 13:04:30 +02:00
tcp_terminal.run run: update tcp_terminal to run in 64bit setups 2013-05-10 11:16:11 +02:00
terminal_decoder.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
terminal_echo.run Unify framebuffer driver binary names (fix #720) 2013-05-07 13:04:30 +02:00
terminal_log.run launchpad: Update config syntax, remove defaults 2013-09-23 14:25:59 +02:00
terminal_mux.run terminal_mux.run: Let CLI monitor preserve RAM 2013-10-16 09:26:11 +02:00