On Mon, Mar 14, 2011 at 1:03 PM, Daniel Doubleday
<daniel.double...@gmx.net>wrote:

> I was thinking of setting the work queue in CFS.flushWriterPool to
>
> new LinkedBlockingQueue<Runnable>(3) // because 3 is my favorite number
>
> instead of
>
> new
> LinkedBlockingQueue<Runnable>(DatabaseDescriptor.getAllDataFileLocations().length)
>

Alternately, you could add two more data directories on the same mount point
to avoid having to float a patch and do a custom deployment.

-Brandon

Reply via email to