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

Reply via email to