mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
os: increase platform_session quota
This commit is contained in:
parent
b558cd18d4
commit
cb0546aa9b
@ -72,7 +72,7 @@ class Platform::Connection : public Genode::Connection<Session>,
|
||||
|
||||
Connection(Env &env)
|
||||
:
|
||||
Genode::Connection<Session>(env, Label(), Ram_quota { 32*1024 }, Args()),
|
||||
Genode::Connection<Session>(env, Label(), Ram_quota { 56*1024 }, Args()),
|
||||
Client(cap()),
|
||||
_env(env)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user