On Wed, 2004-01-14 at 20:56, Poppe, Troy wrote:
> Adrian,

> 4. Is there any way that you know of to get JBoss to convince the JVM that it
> needs to do a system-wide gc?  Is it as simple as calling System.gc()?
> 

Nearly that simple. System.gc() is just a hint, the VM can ignore it.
If the VM takes the hint it will do a full gc.

You can do this from the jmx-console
http://localhost:8080/jmx-console
Look for jboss.system:type=Server
then the operation runGarbageCollector()

The fact that your OS's VM is crashing suggests a more serious
issue.

Regards,
Adrian

> -- 
> xxxxxxxxxxxxxxxxxxxxxxxx 
> Adrian Brock
> Director of Support
> Back Office
> JBoss Group, LLC 
> xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to