foc: increase max count for RPC caps in core

to boot Sculpt

Issue #5406
This commit is contained in:
Alexander Boettcher 2024-12-12 17:13:26 +01:00 committed by Christian Helmuth
parent 8a5fd27b46
commit 91a58d3e98

View File

@ -38,7 +38,7 @@ using namespace Core;
Cap_index_allocator &Genode::cap_idx_alloc() Cap_index_allocator &Genode::cap_idx_alloc()
{ {
static Cap_index_allocator_tpl<Core_cap_index,10*1024> alloc; static Cap_index_allocator_tpl<Core_cap_index, 128 * 1024> alloc;
return alloc; return alloc;
} }