From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 02:57:31 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681891065676 for ; Tue, 15 Jun 2010 02:57:31 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0E91F8FC13 for ; Tue, 15 Jun 2010 02:57:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 5BF983A39DE for ; Tue, 15 Jun 2010 09:57:29 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1276570649; x=1278385049; bh=EuylGJh1S c8MJwePkzaXwZ6KudM/1je1cRCSVMxanog=; b=Z6LSqXqya7FarodG0RAm988Sa 3Ti+fB8ZZ8L6SZ4ggI2P+ZwcuY3Z+o64chubO8mXO6E4v08OU/REmAof6F7b+S2v XzvnblT+jewjgDfOHZqPV6r2SB2JEtYkJaa4rrPPD7/OkOrT+Tv0vGrDRlUyA+We IR/EiEqHm5D5Yi0l2w= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hqOJUeNGPiHA for ; Tue, 15 Jun 2010 09:57:29 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id E90433A39D9 for ; Tue, 15 Jun 2010 09:57:28 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o5F2vS9U024389; Tue, 15 Jun 2010 09:57:28 +0700 (ICT) (envelope-from on) Date: Tue, 15 Jun 2010 09:57:28 +0700 (ICT) Message-Id: <201006150257.o5F2vS9U024389@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org Cc: Subject: Memory limit in xz (/usr/local/bin/xz) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 02:57:31 -0000 Hi, Since I upgraded that machine from 6.x to 7.3 I am hitting a memory limit with xz when trying to build/upgrade several ports. The error message looks like: /usr/local/bin/xz: /usr/ports/distfiles//libpng-1.4.1.tar.xz: Memory usage limit reached /usr/local/bin/xz: Limit was 46 MiB, but 65 MiB would have been needed Is there a config parameter to tell the make files in /usr/ports to desactivate xz memory limit? Best regards, Olivier