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 256483

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

Description hacrot3000 2015-11-10 07:01:40 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 25.65-b01, OpenJDK Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
GUEST: working on smaller project, Netbeans eats 1.5 GB virtual memory on Mac OS

GUEST: xd

hacrot3000: I don't know

GUEST: Having a project larger than hello world.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:262)
   at java.io.File.listFiles(File.java:1212)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.refreshRecursively(ProvidedExtensionsProxy.java:323)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.init(FileObjectKeeper.java:146)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getKeeper(FolderObj.java:669)
Comment 1 hacrot3000 2015-11-10 07:01:42 UTC
Created attachment 157253 [details]
stacktrace