mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
sculpt_manager: avoid runtime_view cap request
This commit removes the initial dignostic message from the log. The message is harmless because the sculpt manager upgrades the quota on demand but its best to avoid the noise. child "runtime_view" requests resources: cap_quota=4 Issue #5356
This commit is contained in:
parent
e1be17b56d
commit
135a866ec0
@ -53,7 +53,7 @@ class Dialog::Distant_runtime : Noncopyable
|
||||
|
||||
Start_name const _start_name { "runtime_view" };
|
||||
Ram_quota const _initial_ram { 52*1024*1024 };
|
||||
Cap_quota const _initial_caps { 300 };
|
||||
Cap_quota const _initial_caps { 330 };
|
||||
|
||||
Ram_quota _ram = _initial_ram;
|
||||
Cap_quota _caps = _initial_caps;
|
||||
|
Loading…
Reference in New Issue
Block a user