From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-131292-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RRoMB-0001Hw-KU
	for garchives@archives.gentoo.org; Sat, 19 Nov 2011 17:05:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 33D5B21C126;
	Sat, 19 Nov 2011 17:05:26 +0000 (UTC)
Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id BFDEE21C11E
	for <gentoo-user@lists.gentoo.org>; Sat, 19 Nov 2011 17:04:27 +0000 (UTC)
Received: by wwf27 with SMTP id 27so6588150wwf.10
        for <gentoo-user@lists.gentoo.org>; Sat, 19 Nov 2011 09:04:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        bh=CJ6fbvfZwOLJ3yeVaVZDzHur0lEZY+9484wIgDEG6kI=;
        b=jHQ2hHSa2Gnn6Rznx20Bvtem7MIXumKsubl0h8IwWk29x19+6CqhxMdNWzOB46RWbG
         38ww5qmmiiLU79xWwbtMuo0eiKrJETMJOtZVX90raoukRJMuP0CMl3NRhv8kifE1CU8j
         mCJzJLYxjAy7eRHZewyRF5pKfQ+p5474pa/38=
Received: by 10.180.107.97 with SMTP id hb1mr7914063wib.18.1321722267022;
        Sat, 19 Nov 2011 09:04:27 -0800 (PST)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230])
        by mx.google.com with ESMTPS id em10sm2208890wib.21.2011.11.19.09.04.25
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 19 Nov 2011 09:04:26 -0800 (PST)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Out of memory error
Date: Sat, 19 Nov 2011 17:04:10 +0000
User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; x86_64; ; )
References: <201111170654.17684.michaelkintzios@gmail.com> <ja886q$pjd$1@dough.gmane.org> <1923565.CFlCjsN4RG@localhost>
In-Reply-To: <1923565.CFlCjsN4RG@localhost>
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
Content-Type: multipart/signed;
  boundary="nextPart2477199.0mjUEzx0FH";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <201111191704.29179.michaelkintzios@gmail.com>
X-Archives-Salt: ff711309-e4a6-4b12-ace3-da79bb404226
X-Archives-Hash: b6385183443ba257cbad97a7f67d8d5e

--nextPart2477199.0mjUEzx0FH
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Saturday 19 Nov 2011 15:57:58 Volker Armin Hemmann wrote:
> Am Samstag 19 November 2011, 14:42:07 schrieb Nikos Chantziaras:
> > On 11/19/2011 01:29 PM, Mick wrote:
> > > On Saturday 19 Nov 2011 09:13:33 Nikos Chantziaras wrote:
> > >> On 11/18/2011 07:42 PM, Mick wrote:
> > >>> I've changed the title ever so slightly.  I am getting an out of
> > >>> memory
> > >>> error with kernel-2.6.39-gentoo-r3 too, so I can't blame it on the
> > >>> kernel.
> > >>>=20
> > >>> The error as far as firefox is concerned is the same.  Is this a
> > >>> firefox bug, or is my decrepit old laptop incapable of compiling
> > >>> Firefox ...
> > >>>=20
> > >>> Am I the only one suffering from this?
> > >>=20
> > >> How much RAM do you have?  How big if your swap?
> > >=20
> > > # free
> > >=20
> > >               total       used       free     shared
> > >               buffers     cached>
> > >=20
> > > Mem:        640392     133084     507308          0      81360
> > > 23972
> > > -/+ buffers/cache:      27752     612640
> > > Swap:       257004       6156     250848
> > >=20
> > > May not be much by today's standards, but I never had an out of memory
> > > error that I can recall just compiling packages in the past.
> >=20
> > You have 640MB RAM and 256MB swap.  That isn't nearly enough to compile
> > big packages nowadays.
> >=20
> > You can try to increase your swap partition from 256MB to 3GB.  However,
> > hitting the swap during a compile is going to strangle your system.  To
> > maximize available RAM, logout of the desktop first, then shutdown the
> >=20
> > graphical environment entirely:
> >    /etc/init.d/xdm stop
> >=20
> > and then compile.  Start the desktop again after that:
> >    /etc/init.d/xdm start
> >=20
> > Modern versions of GCC and binutils are quite memory hungry, so your
> > only real option is to add more RAM.  You should have at least 2GB of it
> > these days for a Gentoo system.
>=20
> makeopts -j1 helps too.

Thanks guys.

=46rom your comments it seems that it's been touch & go so far.  This is an=
 old=20
PIII laptop which I have been keeping up to date without any problems until=
=20
now.  OOo was never emerged on this machine, I have always used ooo-bin.  I=
=20
did emerge chromium though (early versions) and have not had problems with=
=20
gcc.

Perhaps the latest Firefox broke its back.  Will try again to emerge it wit=
h -
j1 and see if it makes a difference or if that fails I will add a swap file=
 to=20
give it some breathing space.
=2D-=20
Regards,
Mick

--nextPart2477199.0mjUEzx0FH
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEABECAAYFAk7H4Z0ACgkQVTDTR3kpaLZu3wCgg8syuWhvQvgFA0zOtChvSdh8
uukAn3ZpDkf1VJKN3G89m9FKnKYHYaXS
=yi1L
-----END PGP SIGNATURE-----

--nextPart2477199.0mjUEzx0FH--