hi
I am facing severe memory problems with my applet
in IE.
The memory used by the java Applet
in IE increases continuously as i attach different
scenegraphs (one at a time ) to the same canvas but
the noticable thing is that the memory used drops sharply
as soon as i minimise (iconify) the browser window.
Though it increases again when the browser is maximised
but it never reaches previous high levels
For eg if the memory used by browser was 50000K
it drops to around 12000K on minimising the browser
and on maximising the browser after this , the memory
usage goes to just 36000K (approx). for same display.
I am inclined to draw the conclusion that either java3D or
opengl blocks some unnecessary memory chunks that gets
released when the browser is iconified.
can someone pls throw some light on whats happening here
and also suggest some tricks to get the unnecessary memory
chunks freed without minimising the browser window.
regards
Saurabh
===========================================================================
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".