Re: high memory consumption in JOGL
Posted by
gouessej on
Jan 05, 2011; 4:30pm
URL: https://forum.jogamp.org/high-memory-consumption-in-JOGL-tp2141331p2199492.html
Hi!
The guilty is:
glCanvas.setAutoSwapBufferMode(false);Disabling the auto swap buffer mode increases hugely the memory consumption. I will write a bug report about this bug tomorrow.