Actually when I look at the errormessage, this has nothing to do with
memory.
The error message:
java.lang.OutOfMemoryError: unable to create new native thread
means that the OS can not create any new native threads for this JVM. So the
limit you are running into is not the JVM Memory.
I guess you
esday, November 20, 2007 9:12 AM
To: solr-user@lucene.apache.org
Subject: Re: Weird memory error.
On Nov 20, 2007 11:29 AM, Brian Carmalt <[EMAIL PROTECTED]> wrote:
> Can you recommend one? I am not familar with how to profile under
Java.
Netbeans has one for free:
http://www.netbeans.org/pro
On 20-Nov-07, at 8:16 AM, Brian Carmalt wrote:
Hello all,
I started looking into the scalability of solr, and have started
getting weird results.
I am getting the following error:
Exception in thread "btpool0-3" java.lang.OutOfMemoryError: unable
to create new native thread
at ja
On Nov 20, 2007 11:29 AM, Brian Carmalt <[EMAIL PROTECTED]> wrote:
> Can you recommend one? I am not familar with how to profile under Java.
Netbeans has one for free:
http://www.netbeans.org/products/profiler/
-Yonik
I'm using the Eclipse TPTP platfrom and I'm very happy with it. You will
also find good howto or tutorial pages on the web.
- simon
On Nov 20, 2007 5:29 PM, Brian Carmalt <[EMAIL PROTECTED]> wrote:
> Can you recommend one? I am not familar with how to profile under Java.
>
> Yonik Seeley schrieb
Can you recommend one? I am not familar with how to profile under Java.
Yonik Seeley schrieb:
Can you try a profiler to see where the memory is being used?
-Yonik
On Nov 20, 2007 11:16 AM, Brian Carmalt <[EMAIL PROTECTED]> wrote:
Hello all,
I started looking into the scalability of solr, a
Can you try a profiler to see where the memory is being used?
-Yonik
On Nov 20, 2007 11:16 AM, Brian Carmalt <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I started looking into the scalability of solr, and have started getting
> weird results.
> I am getting the following error:
>
> Exception in t
Hello all,
I started looking into the scalability of solr, and have started getting
weird results.
I am getting the following error:
Exception in thread "btpool0-3" java.lang.OutOfMemoryError: unable to
create new native thread
at java.lang.Thread.start0(Native Method)
at java