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 77359

Summary: java.lang.OutOfMemoryError
Product: java Reporter: retosteffen <retosteffen>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: message log

Description retosteffen 2006-06-04 09:57:51 UTC
A java.lang.OutOfMemoryError exception has occurred.
Please report this at http://www.netbeans.org/issues.html,
including a copy of your messages.log file as an attachment.

This error happens each time i try to start JSC2.1
Comment 1 retosteffen 2006-06-04 10:00:14 UTC
Created attachment 30772 [details]
message log
Comment 2 Jan Becicka 2006-06-05 15:26:49 UTC
You use Sun Studio Creator, not NetBeans IDE, right?
Please try to increase default heap size to some higher value:
go to $netbeans$/etc/netbeans.conf and change -J-Xmx128m to e.g. -J-Xmx256m
Hope it helps. And I'd like to ask you to contact Sun Studio Creator support
next time. Thanks.