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 253025 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 14:07 UTC by macku
Modified: 2015-08-04 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214434


Attachments
stacktrace (911 bytes, text/plain)
2015-06-16 14:07 UTC, macku
Details

Note You need to log in before you can comment on or make changes to this bug.
Description macku 2015-06-16 14:07:41 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-2765-on-20150307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
macku: crash while working with JS project

GUEST: Its coming againg and againg. Another issue I am facnig is of unsaved bookmarks

GUEST: Error during plugins update

GUEST: shutting down the computer but unsuccessful

GUEST: Suspended during programming , it was top working




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
   at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
   at java.lang.Class.getMethod0(Class.java:3010)
   at java.lang.Class.getMethod(Class.java:1776)
   at com.sun.jna.Function.isVarArgs(Function.java:782)
Comment 1 macku 2015-06-16 14:07:44 UTC
Created attachment 154248 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-04 13:56:26 UTC
Duplicates:

785633 - Heap size limit too low (128 MB)

782328 - Lots of files included in node_modules, heap size too low for such large
         project

783237 - Many RemoteFileObject (+ReentrantLock) instances. Probably some remote
         directory with a lot of files is mounted, and heap size is not 
         sufficient

782832 - Duplicate of bug 239360

780962 - Huge list of files pasted from clipboard, it seems that the clipboard
         data were corrupted or invalid

768044 - Duplicate of 239360, or just the heap size is not sufficient for
         files in opened projects.

765486 - Bug in CDNJS libraries, already fixed.

750230 - Duplicate of bug  247720 (many RuleNode and TokenNode instances)

See http://wiki.netbeans.org/FaqSettingHeapSize for setting heap size.
Thank you for reporting.