base-tukija: Had to increase quota for Platform PD after size increase of CIP due to reduction in false-sharing.

This commit is contained in:
Michael Mueller
2025-09-18 16:19:47 +02:00
parent 98b545d136
commit 0da523ce73

View File

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