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

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

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