AWT-EventQueue-0 java.lang.OutOfMemoryError

09:36:57.161 [AWT-EventQueue-0] INFO vision.App - Starting Up…
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
at java.desktop/java.awt.image.DataBufferInt.(Unknown Source)
at java.desktop/java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.desktop/java.awt.GraphicsConfiguration.createCompatibleImage(Unknown Source)
at java.desktop/java.awt.GraphicsConfiguration.createCompatibleImage(Unknown Source)
at java.desktop/sun.awt.image.SunVolatileImage.getBackupImage(Unknown Source)
at java.desktop/sun.awt.image.VolatileSurfaceManager.getBackupSurface(Unknown Source)
at java.desktop/sun.awt.image.VolatileSurfaceManager.initialize(Unknown Source)
at java.desktop/sun.awt.image.SunVolatileImage.(Unknown Source)
at java.desktop/sun.awt.image.SunVolatileImage.(Unknown Source)
at java.desktop/java.awt.GraphicsConfiguration.createCompatibleVolatileImage(Unknown Source)
at java.desktop/java.awt.GraphicsConfiguration.createCompatibleVolatileImage(Unknown Source)
at java.desktop/javax.swing.RepaintManager.getVolatileOffscreenBuffer(Unknown Source)
at java.desktop/javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at java.desktop/javax.swing.RepaintManager.paint(Unknown Source)
at java.desktop/javax.swing.JComponent.paint(Unknown Source)
at java.desktop/java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at java.desktop/sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at java.desktop/sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.desktop/java.awt.Container.paint(Unknown Source)
at java.desktop/java.awt.Window.paint(Unknown Source)
at java.desktop/javax.swing.RepaintManager$4.run(Unknown Source)
at java.desktop/javax.swing.RepaintManager$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at java.desktop/javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at java.desktop/javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space
Exception in thread “AWT-EventQueue-0” java.lang.OutOfMemoryError: Java heap space

Set your client memory higher in your project properties.

Yes, those. Make them bigger until you don’t have the memory problem any more.

1 Like

OK,Thank you for your reply :two_hearts:

Is this the memory on the clients machine? And not the gateway memory?

That is correct.

What if you set the client memory to the maximum value and still the java.lang.OutOfMemoryError: Java heap space?

That usually means you have a memory leak. Or your client does have enough physical memory available to allow that max setting. You probably need support to look at your installation to figure those out. Consider starting a new topic with your situation’s details.