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:
Norman Feske 2024-10-21 15:30:28 +02:00 committed by Christian Helmuth
parent e1be17b56d
commit 135a866ec0

View File

@ -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;