Increase the default MUTEX_ADAPTIVE_SPINS to 2000, after further
testing it turns out 200 was too short to give good adaptive performance. Reviewed by: jeff MFC after: 1 week
This commit is contained in:
parent
5894445dad
commit
dd77f9f7f2
@ -69,7 +69,7 @@
|
||||
* For adaptive mutexes, how many times to spin doing trylock2
|
||||
* before entering the kernel to block
|
||||
*/
|
||||
#define MUTEX_ADAPTIVE_SPINS 200
|
||||
#define MUTEX_ADAPTIVE_SPINS 2000
|
||||
|
||||
/*
|
||||
* Prototypes
|
||||
|
Loading…
Reference in New Issue
Block a user