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 157672 - Indexing eat all the memory.
Summary: Indexing eat all the memory.
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 blocker (vote)
Assignee: juniel_katarn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 14:44 UTC by aparo
Modified: 2015-05-24 22:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aparo 2009-01-30 14:44:40 UTC
Indexina my python site-packages eats all the memory: tried to give 1g of memory to netbeans.
Typical error is:
java.lang.OutOfMemoryError: Java heap space
SEVERE [org.openide.util.Exceptions]
Was parsing /usr/lib/python2.5/httplib.py

Also python parser lives on jython parser that is unable to parse pyc, compiled modules and depends on the jython25 grammar.

It's better looking at pydev parser, that is fast and stable.
Comment 1 Lou Dasaro 2015-05-18 04:11:46 UTC
I believe this was Fixed, as a result of porting the Python Editor APIs from GSF to CSL. http://hg.netbeans.org/main/contrib/rev/94fd635a7eb3

If I am wrong, please reopen with my apologies.