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 269818 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED WORKSFORME
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: 2017-02-14 09:33 UTC by leightonbao
Modified: 2017-03-31 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228035


Attachments
stacktrace (661 bytes, text/plain)
2017-02-14 09:33 UTC, leightonbao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leightonbao 2017-02-14 09:33:41 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.2 (Build 201609300101)
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:
leightonbao: ??????????odp??????????????????????????????cpu??????
????debian amd64.
mail:leightonbao@gmail.com




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
   at java.lang.StringBuilder.append(StringBuilder.java:136)
   at org.openide.util.RequestProcessor$Processor.put(RequestProcessor.java:1957)
Comment 1 leightonbao 2017-02-14 09:33:42 UTC
Created attachment 163628 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2017-03-31 12:49:07 UTC
Please, provide more memory for the IDE (i.e. -J-Xmx2G).
https://performance.netbeans.org/howto/jvmswitches/