mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
dialog: increase caps for sandboxed_runtime
With the reworked accounting of GUI-session resources, the default of 100 caps for menu_view does not suffice. Issue #5340
This commit is contained in:
committed by
Christian Helmuth
parent
4d559c2907
commit
b3ac8c5bd8
@@ -102,7 +102,7 @@ class Dialog::Sandboxed_runtime : Noncopyable
|
||||
{
|
||||
Start_name const name;
|
||||
Ram_quota const initial_ram { 4*1024*1024 };
|
||||
Cap_quota const initial_caps { 100 };
|
||||
Cap_quota const initial_caps { 130 };
|
||||
|
||||
Ram_quota ram = initial_ram;
|
||||
Cap_quota caps = initial_caps;
|
||||
|
||||
Reference in New Issue
Block a user