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 253202 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 246841
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 08:15 UTC by seyit
Modified: 2015-07-23 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211484


Attachments
stacktrace (2.67 KB, text/plain)
2015-06-26 08:15 UTC, seyit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seyit 2015-06-26 08:15:03 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: editing large javascript files (~5000 lines). started to react really slow, so I restarted Netbeans

seyit: OutOfMemoryError: GC overhead limit exceeded




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getValidFileObject(FileObjectFactory.java:788)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.getFileObject(FileBasedFileSystem.java:142)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:107)
   at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:65)
   at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
   at org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getFile(IndexResult.java:118)
Comment 1 seyit 2015-06-26 08:15:05 UTC
Created attachment 154403 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-07-23 13:02:32 UTC
3 million instances of org.apache.lucene.document.Field.
Duplicate of bug 246841.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 246841 ***