Hi, I think it's the "ulimit" command. See http://www.unidata.ucar.edu/cgi-bin/man-cgi?ulimit+1 for more infos.
Laurent -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sent: mardi 19 novembre 2002 22:55 To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] new PooledInvoker: speeds up invocations On Tuesday, November 19, 2002, at 03:39 PM, Emerson Cargnin - SICREDI Serviços wrote: > I made some changes in the test in a way you can distinguish between > pooled and not pooled calls and with creating each proxy or not : > > testPooledOldProxy(org.jboss.test.pooled.test.BeanStressTestCase)Succes > s 20.357 > testPooledNewProxy(org.jboss.test.pooled.test.BeanStressTestCase)Succes > s > 45.860 > testRmiOldProxy(org.jboss.test.pooled.test.BeanStressTestCase)Success > 29.227 > testRmiNewProxy(org.jboss.test.pooled.test.BeanStressTestCase)Success > 259.172 > > I changed to 500 threads... > when i put 600 I get lack of memory errors... how do I change the > amount of memory available in jboss?? OutOfMemoryException in Java is very generic. My guess is you are running out of file descriptors, which are used for sockets and theads in addition to files. Unfortunately I don't remember the command in unix that ups the file descriptor limit. Jason? -dain ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development