From fbd09660fe4bd57632ec481a60106cf79ea93bcd Mon Sep 17 00:00:00 2001 From: Rick Reed Date: Fri, 16 Mar 2012 11:20:03 -0700 Subject: Increase ethr event and lock counting constants to allow at least +A 1024. --- erts/lib_src/common/ethr_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/lib_src/common') diff --git a/erts/lib_src/common/ethr_aux.c b/erts/lib_src/common/ethr_aux.c index 521640317e..89149b716b 100644 --- a/erts/lib_src/common/ethr_aux.c +++ b/erts/lib_src/common/ethr_aux.c @@ -40,7 +40,7 @@ #include #endif -#define ERTS_TS_EV_ALLOC_DEFAULT_POOL_SIZE 100 +#define ERTS_TS_EV_ALLOC_DEFAULT_POOL_SIZE 4000 #define ERTS_TS_EV_ALLOC_POOL_SIZE 25 erts_cpu_info_t *ethr_cpu_info__; -- cgit v1.2.3