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 262649 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-01 13:39 UTC by Exceptions Reporter
Modified: 2016-09-01 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224976


Attachments
stacktrace (1.36 KB, text/plain)
2016-07-01 13:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-07-01 13:39:51 UTC
Build: NetBeans IDE Dev (Build 201607010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
GUEST: analyse




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1563)
   at java.lang.ClassLoader$1.run(ClassLoader.java:502)
   at java.lang.ClassLoader$1.run(ClassLoader.java:500)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:500)
   at org.netbeans.modules.cnd.modelimpl.repository.RepositoryListenerImpl.anExceptionHappened(RepositoryListenerImpl.java:190)
Comment 1 Exceptions Reporter 2016-07-01 13:39:52 UTC
Created attachment 160218 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-04 08:19:47 UTC
A lot of empty org.clank.support.aliases.char$ptr$array objects.
83 Mb in 38K objects.
Comment 3 Vladimir Voskresensky 2016-09-01 12:35:15 UTC
Please, increase your heap size,i.e. to 2G 
http://wiki.netbeans.org/FaqSettingHeapSize
 now it is limited to 512Mb while you have 3000Gb RAM, 3Tb? ;-)