From users-return-49586-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Mar 7 15:39:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E1975180677 for ; Wed, 7 Mar 2018 15:39:02 +0100 (CET) Received: (qmail 3912 invoked by uid 500); 7 Mar 2018 14:39:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Delivered-To: moderator for users@activemq.apache.org Received: (qmail 42835 invoked by uid 99); 7 Mar 2018 09:06:08 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.484 X-Spam-Level: ***** X-Spam-Status: No, score=5.484 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=1.999] autolearn=disabled Date: Wed, 7 Mar 2018 02:06:04 -0700 (MST) From: "sathish.create@gmail.com" To: users@activemq.apache.org Message-ID: <1520413564585-0.post@n4.nabble.com> In-Reply-To: <1456026590133-4707909.post@n4.nabble.com> References: <1455114112085-4707387.post@n4.nabble.com> <1455570722413-4707519.post@n4.nabble.com> <1456026590133-4707909.post@n4.nabble.com> Subject: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi artnaseef, i am facing same issue in my startup log after 5 days, similar to this, Exception in thread "ActiveMQ InactivityMonitor Worker" Exception in thread "pool-3-thread-121233" Exception in thread "pool-1-thread-1" Exception in thread "pool-3-thread-432434" java.lang.OutOfMemoryError: GC overhead limit exceeded java.lang.OutOfMemoryError: GC overhead limit exceeded Let me know if below options will help, 1. should i enable producer flow control? if so how do i enable it? 2. getting this exception also along with this , Exception in thread "ActiveMQ Transport Server: ssl://ip:port?socket.needClientAuth=true" java.lang.OutOfMemoryError: GC overhead limit exceeded at sun.security.ssl.InputRecord.(InputRecord.java:93) at sun.security.ssl.AppInputStream.(AppInputStream.java:50) at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:640) at sun.security.ssl.SSLSocketImpl.(SSLSocketImpl.java:524) at sun.security.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:343) at org.apache.activemq.transport.tcp.TcpTransportServer.doRunWithServerSocket(TcpTransportServer.java:403) at org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:325) at java.lang.Thread.run(Thread.java:748) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html