From 0da523ce73db72a76067ebc4fc6f261e944df9bc Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 18 Sep 2025 16:19:47 +0200 Subject: [PATCH] base-tukija: Had to increase quota for Platform PD after size increase of CIP due to reduction in false-sharing. --- repos/base-tukija/src/core/platform_pd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-tukija/src/core/platform_pd.cc b/repos/base-tukija/src/core/platform_pd.cc index 3fc32e15df..595d0a1c64 100644 --- a/repos/base-tukija/src/core/platform_pd.cc +++ b/repos/base-tukija/src/core/platform_pd.cc @@ -40,7 +40,7 @@ Platform_pd::Platform_pd(Allocator &, char const *label, signed, bool) log("Creating PD for <", label, "> with cap selector ", _pd_sel); /* create task */ - enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 32 }; + enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 192 }; uint8_t res = Tukija::create_pd(_pd_sel, platform_specific().core_pd_sel(), Tukija::Obj_crd(), KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE,