Re: Crash when creating more than ~15 jogl/awt windows
Posted by
Wade Walker on
Jun 21, 2011; 12:22am
URL: https://forum.jogamp.org/Crash-when-creating-more-than-15-jogl-awt-windows-tp3054540p3088763.html
gouessej wrote
The problem is not the heap but rather the direct memory...
I was guessing that the large heap was leaving not enough space for direct memory (since overall process size must be less than 2GB). Reducing -Xmx would force more garbage collection, leaving more space for direct memory under the 2GB limit.