mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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:
committed by
Christian Helmuth
parent
9081653c96
commit
626b0a68f3
@@ -27,7 +27,7 @@ class Genode::Trace::Control_area
|
||||
{
|
||||
public:
|
||||
|
||||
enum { SIZE = 1024*sizeof(long) };
|
||||
enum { SIZE = 8192 };
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user