[JAVA3D] out of memory error in java 3D

2000-06-14 Thread Kelvin Chung
By Microsoft MimeOLE V5.00.2314.1300 Date: Mon, 12 Jun 2000 15:31:16 -0700 From: Ching Lai <[EMAIL PROTECTED]> Subject: [JAVA3D] out of memory error in java 3D To: [EMAIL PROTECTED] It seems Java 3D memory never get released. I modify the HelloUniverse sample program to add a "for" loop to

Re: [JAVA3D] out of memory error in java 3D

2000-06-13 Thread Ching Lai
it might have something to do with the garbage collection of Canvas3D and SimpleUniverse objects. Ching > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Justin Couch > Sent: Monday, June 12, 2000 5:39 PM > To: [EMAIL PROTECTED] &g

Re: [JAVA3D] out of memory error in java 3D

2000-06-12 Thread Justin Couch
Ching Lai wrote: > out of memory exception. I am running on NT4.0 with > 256M byte of RAM on Jdk1.2.2 and J3d 1.13 release. > I did not use -Xmx options to increase heap size. > Does any one have the same "memory leak" problem > in using 3D? I have attached a copy of modified program > for Hell

[JAVA3D] out of memory error in java 3D

2000-06-12 Thread Ching Lai
It seems Java 3D memory never get released. I modify the HelloUniverse sample program to add a "for" loop to create scene and SimpleUniverse. The program get out of memory exception. I am running on NT4.0 with 256M byte of RAM on Jdk1.2.2 and J3d 1.13 release. I did not use -Xmx options to increa