You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Kennedy (JIRA)" <ji...@apache.org> on 2010/10/04 12:08:33 UTC

[jira] Commented: (QPID-2749) [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]

    [ https://issues.apache.org/jira/browse/QPID-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917544#action_12917544 ] 

Andrew Kennedy commented on QPID-2749:
--------------------------------------

Reverting change due to anomalous results in long running performance tests. Tests show that non-transacted transient messaging throughput is reduced by 50% compared to previous releases. Issue was fixed by removal of this GC flag. For future reference, we may want to add {{sun.rmi.dgc.server.gcInterval}} system property with a value of one week or other similarly long period.

> [Java Broker] Add -XX:+ExplicitGCInvokesConcurrent to qpid-server[.bat]
> -----------------------------------------------------------------------
>
>                 Key: QPID-2749
>                 URL: https://issues.apache.org/jira/browse/QPID-2749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2.1, M3, M4, 0.5, 0.6
>            Reporter: Rob Godfrey
>            Assignee: Andrew Kennedy
>             Fix For: 0.7
>
>
> Currently JAVA_GC is set as following in qpid-server
> JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"
> In the case where an explicit GC is called this can cause significant delay.  In order to avoid this the following option should also be supplied
>  -XX:+ExplicitGCInvokesConcurrent 
> In the case where RMI connections are being made to the JVM, Explicit GCs may be being called periodically (by default every hour) causing significant pauses in processing without this setting.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org