mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
Increase TRACE quota of trace subject reporter
This change is needed to accommodate the turmvilla scenario.
This commit is contained in:
committed by
Christian Helmuth
parent
23aac2954b
commit
331225dfcb
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user