RWGRAY wrote:

> Does anyone have a suggestion/tool for tracking down "memory leaks".
>
> I build a BracnkGroup with lots of objects.  Attach it to my scene.  Later,
> I detach it.  After detaching and calling System.gc(), I *never* see the
> memory usage for javaw decrease.  (Windows 2000 task manager reports memory
> usage of tasks.)
>

Even when free memory is reclaimed by GC, the JVM doesn't necc.
release it to the OS. There are some JVM options that I think can
change this behavior, but I think the default is for the JVM to
hold on to free memory for it to reuse. I could be wrong. Or I
could be right and there is also a memory leak. Who knows.

I have used and like OptimizeIt.

        -Kyle





--
                                    _
-------------------------------ooO( )Ooo-------------------------------
Kyle J. McDonald                 (o o)         Systems Support Engineer
Sun Microsystems Inc.            |||||
Enterprise Server Products                        [EMAIL PROTECTED]
1 Network Drive BUR03-4630       \\\//          voice:   (781) 442-2184
Burlington, MA 01803             (o o)            fax:   (781) 442-1542
-------------------------------ooO(_)Ooo-------------------------------

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to