From owner-freebsd-stable@FreeBSD.ORG Tue May 19 16:17:58 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F768106564A for ; Tue, 19 May 2009 16:17:58 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 42FED8FC13 for ; Tue, 19 May 2009 16:17:57 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id CB4C32EFDB for ; Tue, 19 May 2009 11:17:56 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QJYvLLz-vY21 for ; Tue, 19 May 2009 11:17:54 -0500 (CDT) Received: from athena.localnet (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id AE1602EFC9 for ; Tue, 19 May 2009 11:17:54 -0500 (CDT) From: Kirk Strauser To: freebsd-stable@freebsd.org Date: Tue, 19 May 2009 11:17:51 -0500 User-Agent: KMail/1.11.3 (Linux/2.6.28-11-generic; KDE/4.2.3; x86_64; ; ) References: <910e60e80905130410h38a1dc70y23a26275dac51a31@mail.gmail.com> In-Reply-To: <910e60e80905130410h38a1dc70y23a26275dac51a31@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905191117.51766.kirk@strauser.com> Subject: Re: maximum mmap() X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 16:17:58 -0000 On Wednesday 13 May 2009 06:10:29 am dikshie wrote: > i found that my rrdtool does not work with mmap() with rra files size > more than 2GB. Umm, one of the goals of rrdtool was to create databases with a finite (and relatively small) maximum size. What on earth are you doing with it? :-) -- Kirk Strauser