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 254325 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 01:15 UTC by dsylvester
Modified: 2015-08-14 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219131


Attachments
stacktrace (2.50 KB, text/plain)
2015-08-13 01:15 UTC, dsylvester
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dsylvester 2015-08-13 01:15:47 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8.1

User Comments:
dsylvester: Working on an AngularJS editing JS files




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.editor.model.impl.ModelElementFactory.create(ModelElementFactory.java:295)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelVisitor.enter(ModelVisitor.java:1338)
   at jdk.nashorn.internal.ir.PropertyNode.accept(PropertyNode.java:91)
   at jdk.nashorn.internal.ir.ObjectNode.accept(ObjectNode.java:88)
   at jdk.nashorn.internal.ir.PropertyNode.accept(PropertyNode.java:95)
   at jdk.nashorn.internal.ir.ObjectNode.accept(ObjectNode.java:88)
Comment 1 dsylvester 2015-08-13 01:15:49 UTC
Created attachment 155310 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-14 11:41:19 UTC
According to the messages.log, you are running with Xmx 409m. Did you change the default NetBeans settings in etc/netbeans.conf ?
Comment 3 dsylvester 2015-08-14 12:06:09 UTC
No didn't change any setting
Comment 4 Tomas Hurka 2015-08-14 14:29:22 UTC
(In reply to dsylvester from comment #3)
> No didn't change any setting
ok, please start netbeans from command line with --trace <log_file> and attach this log_file.