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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: seyit
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211484
Attachments: stacktrace

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 ***