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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
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-11-10 07:01 UTC by hacrot3000
Modified: 2015-11-10 07:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206929


Attachments
stacktrace (2.71 KB, text/plain)
2015-11-10 07:01 UTC, hacrot3000
Details

Note You need to log in before you can comment on or make changes to this bug.
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