Login  Register

Re: high memory consumption in JOGL

Posted by Wade Walker on Jan 14, 2011; 7:59pm
URL: https://forum.jogamp.org/high-memory-consumption-in-JOGL-tp2141331p2258021.html

There are currently some issues with SWT and JOGL 2 that you may be hitting (for example, see https://jogamp.org/bugzilla/show_bug.cgi?id=452). The last autobuild of JOGL 2 that works correctly with SWT on Windows is b244, and even that build is not OK on some platforms. Sven seems to be working on the code in the areas of the bug, so hopefully we'll have a fix soon.

One thing you might try is testing your code with JOGL 1.1.1a to see if it works that way. If it does, you'll know it's a JOGL 2 problem, not an SWT problem.

If you have some failing SWT JOGL 2 code, just snip it out and post it here, and I'll turn it into a test case and bug report for you.