aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src/common/ethr_aux.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:22:18 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:22:18 +0200
commit861454268770e05bd72312c1a46560ed29a42500 (patch)
treec7b25f94799b72e908ce90cffbcfac7465de6752 /erts/lib_src/common/ethr_aux.c
parentb94070e8e7648273f097cb036764dba2fe51ddf7 (diff)
parentefefd4bfda3156c6c19a61d7aa3d2f50a026d0e5 (diff)
downloadotp-861454268770e05bd72312c1a46560ed29a42500.tar.gz
otp-861454268770e05bd72312c1a46560ed29a42500.tar.bz2
otp-861454268770e05bd72312c1a46560ed29a42500.zip
Merge branch 'rr/wa-lcnt/OTP-10051' into maint
* rr/wa-lcnt/OTP-10051: lcnt: Let runq locks reflect actual call location lcnt: Enhancement fixups erts: Add lcnt port and suspend options Increase ethr event and lock counting constants to allow at least +A 1024.
Diffstat (limited to 'erts/lib_src/common/ethr_aux.c')
-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__;