Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 16:41:30 +0800
From:      leafy <leafy@leafy.idv.tw>
To:        FreeBSD Java Mailing List <freebsd-java@FreeBSD.ORG>
Subject:   Re: JVM choking
Message-ID:  <20030220084130.GA1733@leafy.idv.tw>
In-Reply-To: <3E54939B.5080104@cyberlifelabs.com>
References:  <3E53A5DE.9080506@cyberlifelabs.com> <20030220001813.A51537@phantom.cris.net> <3E54939B.5080104@cyberlifelabs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 20, 2003 at 12:36:43AM -0800, Milo Hyson wrote:

> I've determined the problem to be an out-of-memory condition in the JVM 
> (if I wait long enough it spits out an exception). It's curious however 
> that the OS still reports having quite a lot of RAM free. I ran the 
> attached test code without any command-line arguments and had the 
> following results:
> 
> 
> It would appear that the memory manager in both JVMs is hitting some 
> sort of self-imposed limitation, as neither OS was anywhere near running 
> out of memory. Where exactly that limit is set seems to depend on which 
> JVM is used.
> 
> -- 
> Milo Hyson
> CyberLife Labs
It might be running out of heap space. Have you tried to increase the heap size for the VM?

Jiawei Ye
 


-- 
"Without the userland, the kernel is useless."
                                     --inspired by The Tao of Programming

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030220084130.GA1733>