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 92544200B82 for ; Fri, 2 Sep 2016 06:01:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 90D42160AB5; Fri, 2 Sep 2016 04:01: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 D070F160AB7 for ; Fri, 2 Sep 2016 06:01:21 +0200 (CEST) Received: (qmail 13862 invoked by uid 500); 2 Sep 2016 04:01: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 13792 invoked by uid 99); 2 Sep 2016 04:01: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:01:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 774002C1B7B for ; Fri, 2 Sep 2016 04:01:20 +0000 (UTC) Date: Fri, 2 Sep 2016 04:01:20 +0000 (UTC) From: "Shikhar Bhushan (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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:01:22 -0000 Shikhar Bhushan created KAFKA-4115: -------------------------------------- Summary: 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)