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-max>800</thread-max> > <spare-thread-min>50</spare-thread-min> > </thread-pool> > <server> > <keepalive-max>1600</keepalive-max> > <keepalive-timeout>120s</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_mail&p=graduation+gifts&cs=bz > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest -- joe _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
