mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
mixer: Increase stack size of entrypoint
This commit is contained in:
parent
2b5f4b0aaf
commit
d7d62c53a6
@ -393,7 +393,7 @@ class Audio_out::Root : public Audio_out::Root_component
|
||||
int main()
|
||||
{
|
||||
static Cap_connection cap;
|
||||
enum { STACK_SIZE = 1024 * sizeof(addr_t) };
|
||||
enum { STACK_SIZE = 4*1024*sizeof(addr_t) };
|
||||
|
||||
for (int i = 0; i < MAX_CHANNELS; i++)
|
||||
_channels[i] = new (env()->heap()) Audio_out::Channel();
|
||||
|
Loading…
x
Reference in New Issue
Block a user