aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:23:09 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:23:09 +0200
commite40200f31b90d1ecfea1b5070dbf0bf9119cd8df (patch)
treefb44f1a1b6622d9f40b3f1ef85d6396c4cb1b649 /erts/lib_src
parent7e79e3bc8d3ebbb61b09865c51e96ac3290c899b (diff)
parent861454268770e05bd72312c1a46560ed29a42500 (diff)
downloadotp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.tar.gz
otp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.tar.bz2
otp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.zip
Merge branch 'maint'
Diffstat (limited to 'erts/lib_src')
-rw-r--r--erts/lib_src/common/ethr_aux.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#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__;