On Tue, 9 Nov 1999, Daniel P. Zepeda wrote:
[...]
> Now in linux using the jdk1.2-pre_v2, the programs memory requirement
> grows without bound until it crashes my system. Sun's jdk doesn't do
> this. It settles in with about 10 megs in memory and 30 megs in swap and
> wil stay there all day. This is what I expected in the first place, that
> the program would grow for awhile until the allocation to Garbage
> Collection ratio settled out.
>
> Is this a know problem in the Linux JDK?
Erm... the way to find out about known bugs is to go to the page listing
known bugs (http://www.blackdown.org/java-linux/jdk1.2-status/known-bugs.html;
easy to find, and referenced in numerous places), which says:
Garbage collector doesn't work
This is a bug with the native threads vm in 1.2pre2. A work-around
is to use green threads ('export THREADS_FLAG=green'), or pass
-green on the command line.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]