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

Hi,
How much memory is available on the computer when it throws the
OutOfMemoryError ?

I am sorry to say, but this sounds like a memory leak in your
application, since the gc should collect loose memory, and not use all
of it, unless it needs to. You will get out of memory errors, going
above what's available on your machine, and also going above -Xmx settings.

I have not heard of this as being bug. Does your application run better
on 32bit systems ?
Wich version of java do you use ?

bye,
- -reynir


Leon Rosenberg wrote:
> Hi,
> 
> sorry for OT, but since there is so much combined Java experience
> here, it's the fastest way of getting an answer.
> 
> We have problems with 64bit java (on amd/debian64, with16GB real
> memory). Regardsless how much memory we allow the vm (via -Xmx, -Xms)
> it takes all it can (up to 34gb virtual memory, 16Gb real memory).
> Since we have more than one VM running on the machine  (5VMs all below
> 1Gb ram) we are running in an outofmemory after a day of running.
> 
> Is this a bug? Are there any new undocumented switches for proper
> memory configuration?
> 
> Thanx in advance
> 
> regards
> Leon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDzMwZ19KgIQihNwgRAhudAKC270/PG+h7DcTLxt8uFpD6+xAj3ACfakuT
L+zdMydPezlmnl0rfAjdi/M=
=jCsN
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to