From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-146029-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5D8FC198005
	for <garchives@archives.gentoo.org>; Wed, 20 Mar 2013 21:28:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2E0D1E078D;
	Wed, 20 Mar 2013 21:28:00 +0000 (UTC)
Received: from mail-ve0-f169.google.com (mail-ve0-f169.google.com [209.85.128.169])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D2FE6E075E
	for <gentoo-user@lists.gentoo.org>; Wed, 20 Mar 2013 21:27:58 +0000 (UTC)
Received: by mail-ve0-f169.google.com with SMTP id 15so1892374vea.28
        for <gentoo-user@lists.gentoo.org>; Wed, 20 Mar 2013 14:27:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=x-received:mime-version:sender:in-reply-to:references:from:date
         :x-google-sender-auth:message-id:subject:to:content-type;
        bh=iEXrE08CIU2oE9WV1y1b2XScernwna/x/0SJKCixVks=;
        b=QqhaLNTqqKgIn8o+GoKHabFikVTui/hnCKDAYLTfLg6ZX0s/+Uolsggb4VJuJ2J+zG
         itAGZB/vpWkmTHKS/F5qApPR0GXClafZ1oBbug+YQrrU1pW8FWb5E+LPwyUHL4+XDt01
         pH6nMKziBifBEQgrVoIa5/R8udisYX9vOLUOTk5IxTN2crupBKPGEkFm7Cqz7gjxV8xS
         T4GKxK2bZCaT7cvBOTAazuhIMiK6RbuV59bTwWAzL+Qm+gK+vcqbR/JOjXWjp7Kj7/pS
         w9G0kC9qfVUeF36zDBK5u9CRxo+Fyfj+balGYgdiQw0n95J/hCDc4SK1kRWCSpJjJbpE
         xlEw==
X-Received: by 10.58.75.46 with SMTP id z14mr657061vev.52.1363814877833; Wed,
 20 Mar 2013 14:27:57 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Sender: paul.hartman@gmail.com
Received: by 10.58.250.66 with HTTP; Wed, 20 Mar 2013 14:27:37 -0700 (PDT)
In-Reply-To: <1363754548.1800.1.camel@hydra>
References: <1363754548.1800.1.camel@hydra>
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
Date: Wed, 20 Mar 2013 16:27:37 -0500
X-Google-Sender-Auth: gwhd-YLSfSTekJy6W3Ep168dkwI
Message-ID: <CAEH5T2OXq_bQkpxq00WWrHVXUwyjRDta2MhmqpOOCRaY3FyRbQ@mail.gmail.com>
Subject: Re: [gentoo-user] System freezes during compiles
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: ea834d1e-d95c-4d16-a0f3-3f421632dc9a
X-Archives-Hash: be73a1e69a63fbf75af41b71ca4b105a

On Tue, Mar 19, 2013 at 11:42 PM, Carlos Hendson <skyclan@gmx.net> wrote:
> For last few weeks or so, I've been getting intermittent hard lock-ups
> during the emerge of various packages.  It appears the more compile
> intensive the package, the more likely the lock-up.  These lock-ups have
> occurred under kernels 3.4.9 and 3.7.10 with gcc 4.5.4 and 4.6.3.


I had a virtual server that kept crashing/rebooting during compiles of
large packages such as php. It ended up being because it was running
out of memory. Added another 1GB of swap space and it has been happy
ever since.