vbox: Increase stack size of periodic_gip thread

Otherwise a pagefault is triggered on hw_x86_64_muen.
This commit is contained in:
Adrian-Ken Rueegsegger 2016-07-08 17:37:42 +02:00 committed by Norman Feske
parent 030301d046
commit d6ba00089b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ enum {
PSUPGLOBALINFOPAGE g_pSUPGlobalInfoPage;
struct Periodic_gip : public Genode::Thread_deprecated<4096>
struct Periodic_gip : public Genode::Thread_deprecated<2*4096>
{
Periodic_gip() : Thread_deprecated("periodic_gip") { start(); }