Dan A. Dickey wrote:
> On Friday 15 November 2002 12:40 pm, Dan A. Dickey wrote:
>
>>Ok, some further developments...
>>
> ... I'm about out of time on
>
>>this for today - I'll pick it up on Monday.
>>
>
>
> If anyone is still interested in this, what I've found out is that
> for my system, the JVM won't start threads after 1024 of them
> are running. My system is Linux 2.4.7 SMP (RedHat 7.3), with
> j2sdk 1.4.1_01.
>
> Apparently, whatever starts Invoker doesn't realize is has stopped.
> I get no messages in any log files that the Invoker has stopped.
> However, not much else works once this happens.... as you can
> imagine.
> -Dan
>
>
Hi Dan.
By default, Linux systems only allow 1024 threads per process.
There are some system parameters you can change to expand that. The reason for this low limit is to stop a runaway process from taking over and killing the system. There have been other emails posted to this list as to how to expand that limit. If you have trouble finding them, email me and I will repost.
It would be nice if JBoss would notice the fact that it wasn't creating more threads.
-Steve
--
Java/J2EE Developer/Systems Integrator
214-724-7741
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
- [JBoss-user] Invoker service dying? Dan A. Dickey
- Re: [JBoss-user] Invoker service dying? Dan A. Dickey
- Re: [JBoss-user] Invoker service dying? Dan A. Dickey
- Re: [JBoss-user] Invoker service dying? Stephen Davidson
- Stephen Davidson