Increase TRACE quota of trace subject reporter

This change is needed to accommodate the turmvilla scenario.
This commit is contained in:
Norman Feske 2015-07-01 12:59:49 +02:00 committed by Christian Helmuth
parent 23aac2954b
commit 331225dfcb
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct Server::Main
{
Entrypoint &ep;
Genode::Trace::Connection trace { 256*1024, 32*1024, 0 };
Genode::Trace::Connection trace { 512*1024, 32*1024, 0 };
Genode::Reporter reporter { "trace_subjects", 64*1024 };