This will not ever work reliably. You should have 2x total disk space
for the index. Optimize, for one, requires this.

On Wed, Nov 4, 2009 at 6:37 AM, Jérôme Etévé <jerome.et...@gmail.com> wrote:
> Hi,
>
> It seems this situation is caused by some No space left on device exeptions:
> SEVERE: java.io.IOException: No space left on device
>        at java.io.RandomAccessFile.writeBytes(Native Method)
>        at java.io.RandomAccessFile.write(RandomAccessFile.java:466)
>        at 
> org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexOutput.flushBuffer(SimpleFSDirectory.java:192)
>        at 
> org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:96)
>
>
> I'd better try to set my maxMergeDocs and mergeFactor to more
> adequates values for my app (I'm indexing ~15 Gb of data on 20Gb
> device, so I guess there's problem when solr tries to merge the index
> bits being build.
>
> At the moment, they are set to   <mergeFactor>100</mergeFactor> and
> <maxMergeDocs>2147483647</maxMergeDocs>
>
> Jerome.
>
> --
> Jerome Eteve.
> http://www.eteve.net
> jer...@eteve.net
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to