diff options
author | Sverker Eriksson <[email protected]> | 2013-01-23 16:46:08 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-01-23 16:46:08 +0100 |
commit | b55ba329ba25ba4322efdf16053280a5f7dd1a5d (patch) | |
tree | 0029b4e0d85ce3ae4990a5cdb42d5353d9f3e756 /erts/emulator/beam/erl_db_hash.h | |
parent | 0ab216f3dc96890b50f7430895ad5d7f6251f129 (diff) | |
download | otp-b55ba329ba25ba4322efdf16053280a5f7dd1a5d.tar.gz otp-b55ba329ba25ba4322efdf16053280a5f7dd1a5d.tar.bz2 otp-b55ba329ba25ba4322efdf16053280a5f7dd1a5d.zip |
erts,stdlib: Increase number of locks for write_concurrency
Diffstat (limited to 'erts/emulator/beam/erl_db_hash.h')
-rw-r--r-- | erts/emulator/beam/erl_db_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_hash.h b/erts/emulator/beam/erl_db_hash.h index cddd8dfadd..73c4078fc5 100644 --- a/erts/emulator/beam/erl_db_hash.h +++ b/erts/emulator/beam/erl_db_hash.h @@ -33,7 +33,7 @@ typedef struct hash_db_term { DbTerm dbterm; /* The actual term */ } HashDbTerm; -#define DB_HASH_LOCK_CNT 16 +#define DB_HASH_LOCK_CNT 64 typedef struct db_table_hash_fine_locks { union { erts_smp_rwmtx_t lck; |