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

Linux IBM JDK 1.1.8 running native uses a
multi-process model for threads. Even a completely
idle VM has at least 2-5 threads running all the time.
This is normal.

About that 20M you're seeing, if you're getting this
information from `ps`, then what you are seeing is the
total size of each child plus it's shared memory,
(keyword: 'shared') ie, "resident set size". So the
statement '20M per process' is actually not correct. 

RTFM: `man ps`.

--- Juan Luis Baptiste <[EMAIL PROTECTED]>
wrote:

> 
> Hi, I installed jserv 1.1b4 and all fine. But
> looking to the process list I allways see five
> java procesess that consume a LOT of memory, each
> one consumes 20M.  How can I do to reduce the
> amount of memory consumed by this proceses? or
> this is normal.
> 
> Thanks,
> Juan Luis Baptiste M.
> 




=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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