Is there any particular service available in JBoss to schedule the garbage collector?
The reason for this question is our application is using heavy weight objects like Vector, HashTable, etc. heavily. As a result of this after a simple get query the JBoss memory shoots up and it is not returning to is normal state.
Hence this query.
Also, for SessionBeans(Stateful/Stateless), if the <cache-policy-conf> is configured as follows:
<cache-policy-conf>
<min-capacity>50</min-capacity>
<max-capacity>1000000</max-capacity>
<remover-period>600</remover-period>
<max-bean-life>600</max-bean-life>
<overager-period>300</overager-period>
<max-bean-age>300</max-bean-age>
<resizer-period>400</resizer-period>
<max-cache-miss-period>60</max-cache-miss-period>
<min-cache-miss-period>1</min-cache-miss-period>
<cache-load-factor>0.75</cache-load-factor>
</cache-policy-conf>
and if the ejbRemove() of the corresponding beans are populated with code to 'null' the object will this help.
Please suggest.
Cheers Muraly
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user