Re: Not enough space

2008-09-25 Thread Brian Carmalt
t, > > > Yonik Seeley wrote: > > > > On 7/5/07, Xuesong Luo <[EMAIL PROTECTED]> wrote: > >> Thanks, Chris and Yonik. You are right. I remember the heap size was > >> over 500m when I got the Not enough space error message. > >> Is there a best practice to avoid this kind of problem? > > > > add more swap space. > > > > -Yonik > > > > >

Re: Not enough space

2008-09-25 Thread sunnyfr
Hi, I've obviously the same error, I just don't know how do you add swap space ? Thanks a lot, Yonik Seeley wrote: > > On 7/5/07, Xuesong Luo <[EMAIL PROTECTED]> wrote: >> Thanks, Chris and Yonik. You are right. I remember the heap size was >> over 500m whe

Re: Not enough space

2007-07-05 Thread Yonik Seeley
On 7/5/07, Xuesong Luo <[EMAIL PROTECTED]> wrote: Thanks, Chris and Yonik. You are right. I remember the heap size was over 500m when I got the Not enough space error message. Is there a best practice to avoid this kind of problem? add more swap space. -Yonik

Re: Not enough space

2007-07-04 Thread Yonik Seeley
r. The index size is 290m, the file system that solr : data directory is on has 2g free space. The swap space(/tmp) has 420m The message from the native code used by your JVM to do the forkAndExec seems to be a little missleading, googling for "IOException: Not enough space forkAndExec" t

Re: Not enough space

2007-07-03 Thread Chris Hostetter
directory is on has 2g free space. The swap space(/tmp) has 420m The message from the native code used by your JVM to do the forkAndExec seems to be a little missleading, googling for "IOException: Not enough space forkAndExec" turned up a bunch of examples where people have seem to hav

Not enough space

2007-07-03 Thread Xuesong Luo
org.apache.solr.core.SolrException log SEVERE: java.io.IOException: Not enough space at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:53) at java.lang.ProcessImpl.start(ProcessImpl.java:65) at java.lang.ProcessBuilder.start