mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-11 20:01:48 +00: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;
|
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 };
|
Genode::Reporter reporter { "trace_subjects", 64*1024 };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user