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 76395 - java.lang.OutOfMemoryError exception
Summary: java.lang.OutOfMemoryError exception
Status: CLOSED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-05-15 18:11 UTC by sumathibabu
Modified: 2006-07-27 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.OutOfMemoryError exception (81.91 KB, text/plain)
2006-05-15 18:12 UTC, sumathibabu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sumathibabu 2006-05-15 18:11:09 UTC
java.lang.OutOfMemoryError exception during building projects in Netbeans5.0
Comment 1 sumathibabu 2006-05-15 18:12:47 UTC
Created attachment 30406 [details]
java.lang.OutOfMemoryError exception
Comment 2 _ rkubacki 2006-05-21 10:00:40 UTC
I suppose you are building a web application. Can you give us more details what
are you doing? 

Please also take a look at http://www.netbeans.org/kb/faqs/#Performance - if you
have a large project it can be neceseary to increase heap size.
Comment 3 _ rkubacki 2006-06-03 20:45:17 UTC
Providing heap dump is the best way how to help us to fix this problem (see
http://www.netbeans.org/kb/faqs/performance.html#FaqNetBeansAndOOME). Another
way is to specify how to reproduce this behavior.
Comment 4 Marek Fukala 2006-07-21 17:12:26 UTC
closing since there is not enought information, reporter haven't replied for a
long time.
Comment 5 sumathibabu 2006-07-27 14:41:58 UTC
After setting JVM's heap size; it worked. Thanks a lot.