Increase spinlock pool size #1165
Labels
category: CMake
category: performance tests
effort: 3
A few days of work.
priority: low
Nice to have, but nobody is going to be sad if this is never done.
type: refactoring
We currently use a spinlock pool for all
thread_data
locks. The default size of the pool is 128 locks. With large CPUs like the Grace 72-core CPUs, the default may be a bit cramped. We should consider increasing the default if it doesn't negatively affect smaller core counts. This needs some benchmarks to verify the effect.The text was updated successfully, but these errors were encountered: