[Resin-interest] help with thread limits = can't break 480

2007-09-05 Thread Adam Allgaier
We're running Resin 3.0.20 on Apache 2 on FreeBSD 6, we seem to be hitting a 
java thread limit at 480 during peak times.

Resin config:
  thread-pool
thread-max800/thread-max
spare-thread-min50/spare-thread-min
  /thread-pool
  server
keepalive-max1600/keepalive-max
keepalive-timeout120s/keepalive-timeout
.

Apache config:

IfModule prefork.c

StartServers 20

ServerLimit   2000

MinSpareServers  5

MaxSpareServers 10

MaxClients 800

MaxRequestsPerChild  0

/IfModule

Any ideas why the java resin thread count cannot pass 480?  Increasing JVM 
memory settings has had no effect.

Thanks for your help in advance,
Adam




  

Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mailp=graduation+giftscs=bz


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] help with thread limits = can't break 480

2007-09-05 Thread Joe Dane

guessing: maybe a system limit, a la ulimit, or perhaps a kernel  
configuration parameter?

On Sep 5, 2007, at 9:08 AM, Adam Allgaier wrote:

 We're running Resin 3.0.20 on Apache 2 on FreeBSD 6, we seem to be  
 hitting a java thread limit at 480 during peak times.

 Resin config:
   thread-pool
 thread-max800/thread-max
 spare-thread-min50/spare-thread-min
   /thread-pool
   server
 keepalive-max1600/keepalive-max
 keepalive-timeout120s/keepalive-timeout
 .

 Apache config:

 IfModule prefork.c

 StartServers 20

 ServerLimit   2000

 MinSpareServers  5

 MaxSpareServers 10

 MaxClients 800

 MaxRequestsPerChild  0

 /IfModule

 Any ideas why the java resin thread count cannot pass 480?   
 Increasing JVM memory settings has had no effect.

 Thanks for your help in advance,
 Adam





 __ 
 __
 Luggage? GPS? Comic books?
 Check out fitting gifts for grads at Yahoo! Search
 http://search.yahoo.com/search?fr=oni_on_mailp=graduation+giftscs=bz


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

-- 

joe





___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest