mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 13:35:27 +00:00
foc: increase max count for RPC caps in core
to boot Sculpt Issue #5406
This commit is contained in:
parent
8a5fd27b46
commit
91a58d3e98
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user