Hi,
Aaron Mulder wrote:
> I have a hazy memory of someone from Sun or Blackdown saying that
> they tried to allocate 2MB of stack for every thread that's created.
> Though it sounds like Scott has a better handle on your actual problem, I
> think that was quoted as one of the pitfalls of
I have a hazy memory of someone from Sun or Blackdown saying that
they tried to allocate 2MB of stack for every thread that's created.
Though it sounds like Scott has a better handle on your actual problem, I
think that was quoted as one of the pitfalls of using many many threads.
Aaron
.so
- Original Message -
From: "Chris Kimpton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 29, 2001 1:41 PM
Subject: [JBoss-dev] [OT] Java, threads and Linux... with jbosstest...
> Hi,
>
> When running the jbosstest's on my linux/2.2.14/sun jdk1
Hi,
When running the jbosstest's on my linux/2.2.14/sun jdk1.3.1 box I
occasionally get the error:
Exception in thread "main" java.lang.OutOfMemoryError: unable
to create new native thread
at java.lang.Thread.start(Native Method)
at Threads.main(Threads.java:19)
I am assuming th