noux: increase stack size

not sufficient for 32bit noux_tool_chain_auto anymore

Issue #2025
This commit is contained in:
Alexander Boettcher 2016-07-01 08:43:11 +02:00 committed by Norman Feske
parent f241b6e496
commit 5f371c9a3d

View File

@ -148,7 +148,7 @@ namespace Noux {
Cap_session * const _cap_session;
enum { STACK_SIZE = 4*1024*sizeof(long) };
enum { STACK_SIZE = 5*1024*sizeof(long) };
Rpc_entrypoint _entrypoint;
/**