Sculpt 18.08 runtime_view

Pirmin Duss pirmin.duss at gapfruit.com
Mon Sep 3 11:13:42 CEST 2018


Hello Genodeans

I like the new runtime_view in sculpt 18.08. It lests me explore my system in a whole new way.

If I start multiple virtual machines, that have some surrounding components, the runtime_view requests more ram and the
graph disappears.

log output:
[runtime -> runtime_view] resource_request: ram_quota=808991
[runtime] child "runtime_view" requests resources: ram_quota=808991


I fixed this for me by doubling the memory sculpt_manager assigns to it.

my fix:
diff --git a/repos/gems/src/app/sculpt_manager/runtime/runtime_view.cc
b/repos/gems/src/app/sculpt_manager/runtime/runtime_view.cc
index db6492f46..198f0874a 100644
--- a/repos/gems/src/app/sculpt_manager/runtime/runtime_view.cc
+++ b/repos/gems/src/app/sculpt_manager/runtime/runtime_view.cc
@@ -20,7 +20,7 @@

 void Sculpt::gen_runtime_view_start_content(Xml_generator &xml, float font_size)
 {
-   gen_common_start_content(xml, "runtime_view", Cap_quota{200}, Ram_quota{9*1024*1024});
+ gen_common_start_content(xml, "runtime_view", Cap_quota{200}, Ram_quota{18*1024*1024});

        gen_named_node(xml, "binary", "menu_view");


Best regards,
Pirmin


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.genode.org/pipermail/users/attachments/20180903/cd1114ea/attachment.sig>


More information about the users mailing list