RE: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-31 Thread Alex Benjamen
Thanks to all who responded. Things are running well! The IBM version of the JRE for Intel 64 seems to run good, and the stalling issue has dissappeared. (when the solr instance stops responding and freezes up) What I learned is that solr is a great product but needs "tuning" to fit the usage.

RE: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Alex Benjamen
>Install the AMD64 version. (Confusingly, AMD64 is a spec name for >EM64T, which is now what both AMD and Intel use) >If that still doesn't work, is it possible that your machine/kernel is >not set up to support 64 bit? I was confused by the naming convention. Seems to work fine now, well, I me

Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Brian Whitman
But on Intel, where I'm having the problem it shows: java version "1.6.0_10-ea" Java(TM) SE Runtime Environment (build 1.6.0_10-ea-b10) Java HotSpot(TM) Server VM (build 11.0-b09, mixed mode) I can't seem to find the Intel 64 bit JDK binary, can you pls. send me the link? I was downloading f

RE: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Alex Benjamen
>We use 10GB of ram in one of our solr installs. You need to make sure >your java is 64 bit though. Alex, what does your java -version show? >Mine shows >java version "1.6.0_03" >Java(TM) SE Runtime Environment (build 1.6.0_03-b05) >Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed m

Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Brian Whitman
On Jan 28, 2008, at 7:06 PM, Leonardo Santagada wrote: On 28/01/2008, at 20:44, Alex Benjamen wrote: I could allocate more physical memory, but I can't seem to increase the -Xmx option to 3800 I get an error : "Could not reserve enough space for object heap", even though I have more than

Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Leonardo Santagada
On 28/01/2008, at 20:44, Alex Benjamen wrote: Note: I have browsed, searched the forums for this error and followed the most common advice of increasing the memory allocation for the JVM: /usr/bin/java -DSTOP.PORT=8805 -DSTOP.KEY=solrstop -Xmx3584M - Xms1024M -jar start.jar [snip] I cou

Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2006-03-22 Thread Yonik Seeley
On 3/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Occasionally when inserting I get the error message > SEVERE: java.lang.OutOfMemoryError: Java heap space > Any clues how to track down when&where it's happening? > Or any good way I can get better clues how to track it down? What's th