From owner-freebsd-questions@FreeBSD.ORG Fri Oct 15 21:43:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 552E0106566C for ; Fri, 15 Oct 2010 21:43:31 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 173438FC1E for ; Fri, 15 Oct 2010 21:43:30 +0000 (UTC) Received: by vws1 with SMTP id 1so566998vws.13 for ; Fri, 15 Oct 2010 14:43:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.11 with SMTP id bk11mr91269vcb.151.1287179009941; Fri, 15 Oct 2010 14:43:29 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Fri, 15 Oct 2010 14:43:29 -0700 (PDT) X-Originating-IP: [128.95.133.227] In-Reply-To: References: Date: Fri, 15 Oct 2010 14:43:29 -0700 Message-ID: From: Rob Farmer To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: User Questions Subject: Re: libxul compilation problem 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: Fri, 15 Oct 2010 21:43:31 -0000 2010/10/15 Fernando Apestegu=EDa : > The process being killed is cc1plus while compiling libxul. I'm > running a stock 8.1-RELEASE GENERIC kernel on amd64 platform. > The machine has 1Gb of physical memory and 256MB for swap (I have had > this setup for quite a long time and have always kept > my system up to date using the ports infrastructure without problems). 1.25 GB of total memory is rather low these days, especially if you were compiling with X or other things running (you didn't say one way or another). For a large port like this you are probably going to need more swap - Mozilla stuff is not know for being light on resources. --=20 Rob Farmer