----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>>>>> "B" == B Flaumenhaft <[EMAIL PROTECTED]> writes:
B> After seeing no problems with Apache/JServ on a number of
B> platforms for quite a while, I've run into some pretty serious
B> difficulties under high-volume situations (load testing,
B> mostly). I'm having trouble figuring out where the problem is,
B> though.
We had a problem like this crop up, same deal, heavy load leading to a
swell in heapspace, and heapspace is always left to the high-water
mark. Using JProbe I traced the problem to the Java gc --- it was not
given any opportunity to garbage collect. We added some judicious
System.gc() calls and the problem went away.
Jon's recommendation to double check your database connections is also
a good tip; I've seen this as the source of memory leaks as well.
--
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Telecom Services : Internet Consulting : http://www.teledyn.com
Linux/GNU Education Group: http://www.egroups.com/group/linux-education/
"Computers are useless. They can only give you answers."(Pablo Picasso)
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]