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 225982 - java.lang.OutOfMemoryError: GC overhead limit exceeded
Summary: java.lang.OutOfMemoryError: GC overhead limit exceeded
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 13:25 UTC by Petr Cyhelsky
Modified: 2013-02-13 01:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196493


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-02-11 13:25:51 UTC
This oome is probably caused by bad user setup, but the LinkedList in HgCommand.java with ~400k items can be switched to ArrayList nonetheless.
Comment 1 Ondrej Vrabec 2013-02-11 13:58:37 UTC
fix: http://hg.netbeans.org/core-main/rev/28678a0c98ad
Comment 2 Quality Engineering 2013-02-13 01:50:56 UTC
Integrated into 'main-golden', will be available in build *201302122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/28678a0c98ad
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #225982 - java.lang.OutOfMemoryError: GC overhead limit exceeded
switching to ArrayList