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 - java.lang.OutOfMemoryError
Summary: java.lang.OutOfMemoryError
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-04 09:57 UTC by retosteffen
Modified: 2006-06-05 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (304.39 KB, text/plain)
2006-06-04 10:00 UTC, retosteffen
Details

Note You need to log in before you can comment on or make changes to this bug.
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.