mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
0c26f33819
When exhausted of RAM quota while starting children, init used to throw an uncaught 'Out_of_ram' exception as this condition was considered fatal. However, this behavior is undesired when init is used in a highly dynamic yet long-running fashion like sculpt's runtime subsystem. This change keeps init running despite the error condition, giving the user the chance to relieve the resource pressure.
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.