From 820a144f6de75cdaba6e5f6c7cc50f18df2da301 Mon Sep 17 00:00:00 2001 From: Benjamin Lamowski Date: Thu, 25 Apr 2024 15:05:46 +0200 Subject: [PATCH] sculpt: adjust RAM for inspect window With the current RAM setting, opening the inspect window fails on a display with 4K resolution. Adjust the inspect window's RAM quota to make it work. Issue #5174 --- repos/gems/src/app/sculpt_manager/runtime/inspect_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/src/app/sculpt_manager/runtime/inspect_view.cc b/repos/gems/src/app/sculpt_manager/runtime/inspect_view.cc index 498b422a6d..a8a3e46cee 100644 --- a/repos/gems/src/app/sculpt_manager/runtime/inspect_view.cc +++ b/repos/gems/src/app/sculpt_manager/runtime/inspect_view.cc @@ -28,7 +28,7 @@ static void for_each_inspected_storage_target(Storage_devices const &devices, au static void gen_terminal_start(Xml_generator &xml) { gen_common_start_content(xml, "terminal", - Cap_quota{110}, Ram_quota{18*1024*1024}, + Cap_quota{110}, Ram_quota{36*1024*1024}, Priority::NESTED_MAX); gen_provides(xml);