From owner-freebsd-questions@FreeBSD.ORG Fri Sep 1 14:05:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B811616A4DA for ; Fri, 1 Sep 2006 14:05:49 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5A143D73 for ; Fri, 1 Sep 2006 14:05:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26093 invoked from network); 1 Sep 2006 14:05:48 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Sep 2006 14:05:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1103328449; Fri, 1 Sep 2006 10:05:46 -0400 (EDT) To: scuba@centroin.com.br References: <20060830161613.N91154@trex.centroin.com.br> From: Lowell Gilbert Date: Fri, 01 Sep 2006 10:05:46 -0400 In-Reply-To: <20060830161613.N91154@trex.centroin.com.br> (scuba@centroin.com.br's message of "Wed, 30 Aug 2006 16:25:54 -0300 (BRT)") Message-ID: <44hczru1fp.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: mkisofs: out of memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 14:05:49 -0000 scuba@centroin.com.br writes: > Hi all, > > I'm trying to write a DVD-RW with a directory created with > rsnapshot, but there are some problem with mkisofs: "Not enough > memory" > > # mkisofs -R -J -o /data/rsnap.iso /data/.snapshots > mkisofs: Cannot allocate memory. Not enough memory > > The machine has more then 350MB of free memory and 1GB of > swap, but mkisofs exausts memory and start to use swap when the > problem happen. > The volume I'm trying to copy has 4 GB. > The same problem happen with growisofs, and K3b front end. > > System FreeBSD 5.4. > Any clue? limits(1)?