Login  Register

Re: Memory leak

Posted by Tomd on Oct 21, 2011; 7:45pm
URL: https://forum.jogamp.org/Memory-leak-tp3441326p3441803.html

Thanks.

I should probably have been more clear, I am not doing anything special or clever with the buffers, I am doing everything with the JOGL API. I just see from the memory profiler that it is these objects which are responsible for the continuous rise and fall of heap usage. Presumably JOGL is creating these internally.

Maybe it is just an oddity of the GC. I will try stress testing it later.