os: increase platform_session quota

This commit is contained in:
Johannes Schlatow 2023-05-05 08:18:36 +02:00 committed by Christian Helmuth
parent b558cd18d4
commit cb0546aa9b

View File

@ -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)
{