Re: MergeException: java.io.IOException: File too large

2012-09-10 Thread Gully Burns
OK. There seems to be something going on within our system configuration. I can't run ulimit from within my home shell but when I run a bash shell, I can run ulimit and get the 'unlimited' result. If I run Solr from within the bash shell, the error disappears. So, this looks like a configuration

Re: MergeException: java.io.IOException: File too large

2012-09-10 Thread Gully Burns
Thanks for the response. ulimit -f provides the value 'unlimited' Not sure what could be going on. Gully On Mon, Sep 10, 2012 at 4:13 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > Likely you have a limit set on maximum file size? > > Try running "ulimit -f" to see the limit? > >

Re: MergeException: java.io.IOException: File too large

2012-09-10 Thread Michael McCandless
Likely you have a limit set on maximum file size? Try running "ulimit -f" to see the limit? Mike McCandless http://blog.mikemccandless.com On Sun, Sep 9, 2012 at 9:03 PM, Gully Burns wrote: > Hey Everyone, > > I'm building a solr store on version 3.6.1 and I encounter the following > error whe