----------------------------------------------------------------
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!!!
----------------------------------------------------------------
At 11:41 AM 28/10/99 -0400, Kyle Hodgson wrote:
>First my setup:
>
>Ultra Sparc 5 / Solaris 2.6 / Java1.1.8_09 / Apache 1.3.6 / JSDK 2.0 / JServ
>1.0
>
>Problem:
>
>Memory usage grows and grows.
I am running Solaris7 on a Sparc5, slightly different, but I was finding
that my snmp process had a severe memory leak, and since I wasn't
using it, I took it out. Look for this with top. Although this may have
been a specific Solaris7 issue. You might have something
else leaking. I know Oracle's ConText Server version 1 did, big time.
So the culprit may not be Java or apache, it could be your code.
A few hints, top has an argument of 'n' which allows you to view more
then to top 10 processes, so n50 will list the top 50 (about all of them
on an unused machine).
the snmp process starts with
/etc/rc3.d/S76snmpdx
which you can rename to something else, like old.S76snmpdx ...
--
Subvert the dominant paradigm
http://www.cyber4.org/members/grumpy/index.html
--
--------------------------------------------------------------
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]