mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00: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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user