----------------------------------------------------------------
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!!!
----------------------------------------------------------------
FYI (for JServ 1.0 users),
The JServ memory leak (~300 mb for only 200 JSP requests) appears to be
coming from
the logging component. With log=false, this problem disappers.
I found the following Change Report
--jserv_utils.c: avoid memory leak by making sure not to create a pool
and then fail
to free it. if logging is off, the pool won't be created at all,
which is preferable.(EK)
Thanks
Greg
-----Original Message-----
From: Kim, Greg
Sent: Monday, May 01, 2000 4:58 PM
To: '[EMAIL PROTECTED]'
Subject: JServ 1.0 memory leaks on Solaris 2.6 ??
Are there any known memory leak with JServ 1.0 running JSPs on
Solaris? When I run about 200 consecutive JSP requests,
the response time reaches many minutes then I get a non-reponse.
When I run top, it says that JServ is running w/ ~200 mb (see below).
Has anyone had this problem before?
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
27433nobody 10 24 0 306M 205M run 2:57 8.11% java
...
My configuration
------------------------
* Solaris 2.6
* IBM HTTP Server 1.3.6
* JServ 1.0
* Solaris_JDK_1.1.8_10
* GNU JSP1.0.0
httpd.conf (JServ specific)
-------------------------------------
LoadModule jserv_module libexec/mod_jserv.so
...
AddModule mod_jserv.c
Include /opt/JServ/conf/jserv_ENGRKIM.conf
--
--------------------------------------------------------------
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]