mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
Increase TRACE quota of trace subject reporter
This change is needed to accommodate the turmvilla scenario.
This commit is contained in:
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 };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user