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 b451f4c45c
commit 2e3e57f50a

View File

@@ -38,7 +38,7 @@ using namespace Core;
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;
}