----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



We ran into a similar problem with weblogic so we created and scheduled a time
based service that calls System.gc() which fixed our problem.  I dont see any
reason why you couldn't create a servlet that loads on startup that has a thread
that wakes up periodically and calls System.gc().  Our problem was that the
garbage collector wasn't collecting on a timely basis, waiting for it to fill
2gig of memory before it collected was unexceptable because we would get
noticable vm hangs while the collector was running.

-stephan




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to