mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
foc: increase max count for RPC caps in core
to boot Sculpt Issue #5406
This commit is contained in:
committed by
Christian Helmuth
parent
b451f4c45c
commit
2e3e57f50a
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user