Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C391E29E5 for ; Thu, 5 May 2011 06:38:38 +0000 (UTC) Received: (qmail 51324 invoked by uid 500); 5 May 2011 06:38:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 51288 invoked by uid 500); 5 May 2011 06:38:36 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 51271 invoked by uid 99); 5 May 2011 06:38:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:38:34 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 06:38:25 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QHsCL-0008G4-8s for user@cassandra.apache.org; Thu, 05 May 2011 08:38:05 +0200 Received: from rev-89-111-19-52.deac.net ([rev-89-111-19-52.deac.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2011 08:38:05 +0200 Received: from oleganas by rev-89-111-19-52.deac.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2011 08:38:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Oleg Anastasyev Subject: Re: Native heap leaks? Date: Thu, 5 May 2011 06:37:48 +0000 (UTC) Lines: 35 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 89.111.19.52 (Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1) X-Virus-Checked: Checked by ClamAV on apache.org Probably this is because of mmapped io access mode, which is enabled by default in 64-bit VMs - RAM is occupied by data files. If you have such a tight memory reqs, you can turn on standard access mode in storage-conf.xml, but dont expect it to work fast then: standard