This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254608

Summary: OutOfMemoryError: Java heap space
Product: guibuilder Reporter: gjsanu
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182136
Attachments: stacktrace

Description gjsanu 2015-08-22 07:41:38 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: my project size is around 80 mb..i am getting out of memory error often..please guide me to solve this issue..Thanks..

GUEST: nothings

GUEST: I was just going through the tutorials for JAVA GUIs

GUEST: <Please provide a description of the problem or the steps to reproduce>

it goes to slow when set an icon on a label means when importing a image into project it going to hang.....

GUEST: Al correr el programa me manda msj de baja memoria

gjsanu: when i click the "run" icon and information baloon occued stated that low on memory to compile and in output area message written "cancelled by user"

GUEST: low memory




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
   at java.awt.image.Raster.createPackedRaster(Raster.java:467)
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
   at sun.awt.image.ImageRepresentation.createBufferedImage(ImageRepresentation.java:253)
   at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:559)
   at java.awt.image.MemoryImageSource.sendPixels(MemoryImageSource.java:566)
Comment 1 gjsanu 2015-08-22 07:41:40 UTC
Created attachment 155542 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-09 14:54:31 UTC
Much likely addressed a while ago by http://hg.netbeans.org/jet-main/rev/0e53618c7d4d.