vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Increase the size of the sharded lock manager #198

Closed pateljm closed 8 years ago

pateljm commented 8 years ago

Having small number of entries in the sharded lock manager introduces artificial conflict causing the buffer pool to grow. The size of an entry in the lockmanager is small, so don't be so stingy with the size of the lock manager. By default, we want to run well on large memory boxes.

zuyu commented 8 years ago

LGTM! Could you please also describe what you have observed regarding actual memory usage after this change? Thanks!