Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48356200B82 for ; Fri, 2 Sep 2016 06:02:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46C15160AB7; Fri, 2 Sep 2016 04:02:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8E127160AB5 for ; Fri, 2 Sep 2016 06:02:21 +0200 (CEST) Received: (qmail 16230 invoked by uid 500); 2 Sep 2016 04:02:20 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 16217 invoked by uid 99); 2 Sep 2016 04:02:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 04:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7B4DE2C1B7B for ; Fri, 2 Sep 2016 04:02:20 +0000 (UTC) Date: Fri, 2 Sep 2016 04:02:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-4115) Grow default heap settings for distributed Connect from 256M to 1G MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 04:02:22 -0000 [ https://issues.apache.org/jira/browse/KAFKA-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457438#comment-15457438 ] ASF GitHub Bot commented on KAFKA-4115: --------------------------------------- GitHub user shikhar opened a pull request: https://github.com/apache/kafka/pull/1815 KAFKA-4115: grow default heap size for connect-distributed.sh to 1G You can merge this pull request into a Git repository by running: $ git pull https://github.com/shikhar/kafka connect-heap-opts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1815.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1815 ---- commit 1ceb80ed040ed0a5b988857273af5a2606f1df0b Author: Shikhar Bhushan Date: 2016-09-02T04:01:27Z KAFKA-4115: grow default heap size for connect-distributed.sh to 1G ---- > Grow default heap settings for distributed Connect from 256M to 1G > ------------------------------------------------------------------ > > Key: KAFKA-4115 > URL: https://issues.apache.org/jira/browse/KAFKA-4115 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Reporter: Shikhar Bhushan > Assignee: Shikhar Bhushan > > Currently, both {{connect-standalone.sh}} and {{connect-distributed.sh}} start the Connect JVM with the default heap settings from {{kafka-run-class.sh}} of {{-Xmx256M}}. > At least for distributed connect, we should default to a much higher limit like 1G. While the 'correct' sizing is workload dependent, with a system where you can run arbitrary connector plugins which may perform buffering of data, we should provide for more headroom. -- This message was sent by Atlassian JIRA (v6.3.4#6332)