Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E70C7F7B for ; Tue, 4 Oct 2011 15:06:59 +0000 (UTC) Received: (qmail 93625 invoked by uid 500); 4 Oct 2011 15:06:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 93586 invoked by uid 500); 4 Oct 2011 15:06:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 93537 invoked by uid 99); 4 Oct 2011 15:06:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 15:06:58 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 15:06:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 487D32A86BE for ; Tue, 4 Oct 2011 15:06:34 +0000 (UTC) Date: Tue, 4 Oct 2011 15:06:34 +0000 (UTC) From: "Jonathan Ellis (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <101141954.7858.1317740794299.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <64198917.2000.1317618814231.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3295) reduce default heap size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120194#comment-13120194 ] Jonathan Ellis commented on CASSANDRA-3295: ------------------------------------------- (I think the point that my original numbers are on the small side is correct, though. 1GB, 8GB is probably better. > reduce default heap size > ------------------------ > > Key: CASSANDRA-3295 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3295 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 1.0.0 > Reporter: Jonathan Ellis > Assignee: satish babu krishnamoorthy > Priority: Minor > Fix For: 1.0.0 > > Attachments: 3295.patch > > > With off-heap caching now the default and with auto-flushed memtables demonstrated to do a good job with smaller heaps, I think it's time to reduce heap sizes to decrease GC pause times. > How does this sound? > - half the ram, up to 512MB, or > - 1/4 the ram, up to 4 GB > i.e.: > max(min(1/2 ram, 512MB), min(1/4 ram, 4GB)) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira