mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
Increase stack size of mp_server test
This commit is contained in:
parent
fcf5bc9187
commit
5a92c9b6eb
@ -93,7 +93,7 @@ int main(int argc, char **argv)
|
|||||||
printf("Detected %ux%u CPU%s\n",
|
printf("Detected %ux%u CPU%s\n",
|
||||||
cpus.width(), cpus.height(), cpus.total() > 1 ? "s." : ".");
|
cpus.width(), cpus.height(), cpus.total() > 1 ? "s." : ".");
|
||||||
|
|
||||||
enum { STACK_SIZE = 4096 };
|
enum { STACK_SIZE = 2*1024*sizeof(long) };
|
||||||
|
|
||||||
static Cap_connection cap;
|
static Cap_connection cap;
|
||||||
Rpc_entrypoint ** eps = new (env()->heap()) Rpc_entrypoint*[cpus.total()];
|
Rpc_entrypoint ** eps = new (env()->heap()) Rpc_entrypoint*[cpus.total()];
|
||||||
|
Loading…
Reference in New Issue
Block a user