I added a concurrent-writes knob that would constrain the number of threads that could write to the disk to the given number. This has turned out to be a useful parameter. We should make it an official parameter (with documentation) that defaults to number of cpus / 2. This should also go in our default config (commented) and the puppet module.
I added a concurrent-writes knob that would constrain the number of threads that could write to the disk to the given number. This has turned out to be a useful parameter. We should make it an official parameter (with documentation) that defaults to min( number of cpus / 2, 4). This should also go in our default config (commented) and the puppet module.