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
> >
> >
>
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
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
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
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
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