mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
base: increase base-control size for 32bit
It is insufficient for creating threads up to the maximum supported limit (256 by now). Issue #1601
This commit is contained in:
parent
9081653c96
commit
626b0a68f3
@ -27,7 +27,7 @@ class Genode::Trace::Control_area
|
||||
{
|
||||
public:
|
||||
|
||||
enum { SIZE = 1024*sizeof(long) };
|
||||
enum { SIZE = 8192 };
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user