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 87921 - out of memory error
Summary: out of memory error
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on: 91546
Blocks:
  Show dependency tree
 
Reported: 2006-10-25 03:46 UTC by rwalsh26
Modified: 2007-12-26 12:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (77.58 KB, text/plain)
2006-10-25 03:47 UTC, rwalsh26
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rwalsh26 2006-10-25 03:46:16 UTC
I imported a fairly large C++ project.  I received a couple out of memory errors
when the project was being parsed.  The failure looks to occur around a .h file
with inline x86 assembly.
Comment 1 rwalsh26 2006-10-25 03:47:13 UTC
Created attachment 35514 [details]
message log
Comment 2 Martin Krauskopf 2006-10-25 09:15:50 UTC
Did you really used Eclipse Importer plugin for importing? Anyway exception
comes from cnd. Reassigning.
Comment 3 _ gordonp 2006-10-25 16:06:21 UTC
In a few weeks we will be releasing our beta3 build (concurrent with the
NetBeans 5.5 release). There are *significant* improvements and fixes wrt
memory usage (our tests show we're using about 20-25% as much memory in
beta3 as we did in beta2).

So please retry this with beta2 and let us know if you still have a problem.
I'll assign the issue, but its most likely already fixed.

(Alexander, please just track until beta3 is released and see if rwalsh
responds, thx)
Comment 4 Jesse Grodnik 2007-04-05 18:32:27 UTC
Active memory set use has been reduced sharply with NetBeans C/C++ Dev Pack
5.5.1 through the use of a new repository infrastructure. Testing shows that
256MB is sufficient to run even very large applications.

The NetBeans C/C++ Dev Pack 5.5.1 release notes will recommend setting the Java
heap through the -J-Xmx argument to at least 256 Mb

This defect is closed.