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 271565 - 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: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-01 11:41 UTC by marckoby
Modified: 2017-10-01 11:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201678


Attachments
stacktrace (1.78 KB, text/plain)
2017-10-01 11:41 UTC, marckoby
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marckoby 2017-10-01 11:41:56 UTC
Build: NetBeans IDE Dev (Build 201709290002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
marckoby: 4gb not enough?




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at org.openide.util.CharSequences$ByteBasedSequence.toString(CharSequences.java:1485)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName$Creation.toString(FileName.java:212)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
Comment 1 marckoby 2017-10-01 11:41:59 UTC
Created attachment 165220 [details]
stacktrace