From 8a8680bfb817a25fdc04b6ce5e55605b1ac63d3d Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 27 Feb 2012 16:50:21 +0400 Subject: core: increase stack size --- accel-pppd/triton/triton.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'accel-pppd/triton') diff --git a/accel-pppd/triton/triton.c b/accel-pppd/triton/triton.c index e2d8c012..02af0354 100644 --- a/accel-pppd/triton/triton.c +++ b/accel-pppd/triton/triton.c @@ -10,11 +10,7 @@ #include "triton_p.h" #include "memdebug.h" -#if __WORDSIZE == 32 -#define WORKER_STACK_SIZE 64*1024 -#else -#define WORKER_STACK_SIZE 128*1024 -#endif +#define WORKER_STACK_SIZE 1024*1024 int thread_count = 2; int thread_count_max = 200; -- cgit v1.2.3