Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 18F4A63C3B0 for ; Tue, 25 Oct 2011 08:34:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF99114A284; Tue, 25 Oct 2011 08:34:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0EBD14A27D for ; Tue, 25 Oct 2011 08:34:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 36AlC+TzrTW7 for ; Tue, 25 Oct 2011 08:34:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 23CB614A279 for ; Tue, 25 Oct 2011 08:34:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0C157175DD; Tue, 25 Oct 2011 08:34:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 25 Oct 2011 08:34:28 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/filesystems/glusterfs To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20111025083429.0C157175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: manu Date: Tue Oct 25 08:34:28 UTC 2011 Modified Files: pkgsrc/filesystems/glusterfs: Makefile distinfo Added Files: pkgsrc/filesystems/glusterfs/patches: patch-bx Log Message: glusterfs memory usage can grow quite large when using a lot of vnodes, and the amount of data memory involved is not easy to forcast. We therefore raise the limit to the maximum. Patch from Manuel Bouyer. It helps completing a cvs update on a glusterfs volume. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/filesystems/glusterfs/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/filesystems/glusterfs/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/glusterfs/patches/patch-bx Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.