----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Greg,

I can't tell you if it is a memory leak or not, but I have noticed that
the Java process tends to occupy a large ammount of heap memory for
Servlet activity.  If you feel that 200mb is too much for Java to consume,
you can regulate this.

I have the following setting in my jserv.properties file:

wrapper.bin.parameters=-Xms96m -Xmx156m

My system has 256mb and this keeps the max size to be 156mb, which seems
right for my environment.  My environment is a shared hosted system (about
30 virtual hosts) on Solaris 2.7 with JServ 1.1 and GNU JSP 1.0.1pre1.

Duane Gran
spinweb.net - Servlet Hosting

On Mon, 1 May 2000, Kim, Greg wrote:

> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> 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]
> 
> 


---
Senior Webmaster    - Unix Administrator
SpinWeb Net Designs - Advanced Web Development & Hosting
(202) 427-8044      - http://www.spinweb.net



--
--------------------------------------------------------------
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]

Reply via email to