mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os: increase platform_session quota
This commit is contained in:
committed by
Christian Helmuth
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user