You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2016/10/19 16:59:58 UTC

[jira] [Commented] (SSHD-706) Error: GC overhead limit exceeded after upgrade to 1.3.0

    [ https://issues.apache.org/jira/browse/SSHD-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589259#comment-15589259 ] 

Goldstein Lyor commented on SSHD-706:
-------------------------------------

A few remarks:

- Version 1.3 was released with MINA 2.0.14 as its declared dependency - version 2.0.15 is still relatively new and thus perhaps not thoroughly tested. Please re-run the checks with the 2.0.14 version.
- I have upgraded version 1.4.0 (snapshot) to MINA 2.0.15 and have run the SSHD unit tests countless times (mostly on Windows but also quite a few times on Unbuntu and Fedora) without any problem. Please clone the latest version and re-run the tests
- Reminder - as of version 1.3, Java 8+ is the minimum required - please make sure you have an up-to-date version of it
- Specifically, [GC overhead limit exceeded|http://stackoverflow.com/questions/1393486/error-java-lang-outofmemoryerror-gc-overhead-limit-exceeded] indicates some kind of external memory constraint imposed on the JVM. While not explicitly so, it may be the case that 1.3 + Java 8 combinationrequire slightly more memory. I recommend reviewing any "tweaks" and non-standard switches used to run the test code.

> Error: GC overhead limit exceeded after upgrade to 1.3.0
> --------------------------------------------------------
>
>                 Key: SSHD-706
>                 URL: https://issues.apache.org/jira/browse/SSHD-706
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>         Environment: Gerrit Code Review
> Linux, 8 core, 32 GB RAM.
>            Reporter: David Ostrovsky
>
> Since upgrade to SSHD 1.3.0 and Mina 2.0.15 junit tests are failing with:
> {code}
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> {code}
> All is fine on SSHD 1.2.0 and Mina 2.0.10. 
> CL is here: 1 and CI log is here: 2.
> * 1. https://gerrit-review.googlesource.com/87435
> * 2. https://gerrit-ci.gerritforge.com/job/Gerrit-verifier-default/14968/consoleText



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)