-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> When I start a java application on my Mandrake box, and I monitor it
> using top, I notice that several java instances show up.  Why is this?
> It eats up a ton of my memory, and I don't see the reason for it, as
> java is multithreaded.  How can I change this behaviour?

It's because of Linux's braindead (or perhaps I should say non-existent) 
threading model. Each thread in the JVM will show up as a seprate process 
(unless you use green threads). But have no fear; each one doesn't eat up all 
that memory. The amount of RAM top says each process uses is actually the 
amount of RAM used by the JVM as a whole.

- -- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE68EjsDNor2+l1i30RAjXnAJ46LWey8I27y1eg59YovDcfj/ubeACgrvA/
QEmfHuYZXynneFM2Uj228rI=
=+4sU
-----END PGP SIGNATURE-----


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to