From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DEA21381F3 for ; Sat, 20 Jul 2013 05:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 308B3E09C4; Sat, 20 Jul 2013 05:12:45 +0000 (UTC) Received: from mail-gg0-f171.google.com (mail-gg0-f171.google.com [209.85.161.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08995E077F for ; Sat, 20 Jul 2013 05:12:43 +0000 (UTC) Received: by mail-gg0-f171.google.com with SMTP id q3so1506966gge.30 for ; Fri, 19 Jul 2013 22:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hJ2MHNPrVvuyO8HG9IXtD4z7IcMpTB8g8l7uYpZeawY=; b=iiutCrIqc/kc81iE93gmD86unFKsLaz5wfNbnpWgcxeFEmjfvclYbWUGyvQkDdO55R l9hS9QIhZhAIKcqPXx1W1G5Xgf4rE1SGu1rijc58e3HYS4BLWuH1LrpgTU0LJAUt6mtz vU6ZOPkQSg1VF2kZapthdge+slhDN9Yv3A5NRzpOw/4I56ZhAKlyQHGmzLQS9M6TK+zR odjMKf/xXgLwmVQjgpCIneYnXIUp+TE7d8XfcgELmCNRUMrjrKG5etJo8fTRJo1bBXPh h8SEmPmav/yVcc0XHTX28MBdr/b+y8SZVUq79E6yJ8jZl1eK+74D8MazO6RTbeENEjnS 1K0w== X-Received: by 10.236.201.199 with SMTP id b47mr10398803yho.77.1374297163119; Fri, 19 Jul 2013 22:12:43 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-122-60.jan.bellsouth.net. [65.0.122.60]) by mx.google.com with ESMTPSA id e69sm26250651yhl.3.2013.07.19.22.12.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jul 2013 22:12:42 -0700 (PDT) Message-ID: <51EA1C48.9010108@gmail.com> Date: Sat, 20 Jul 2013 00:12:40 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 SeaMonkey/2.19 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] SSD partitioning and migration References: <51E8E30E.20906@gmail.com> <20130719114234.332ff09e@acme7.acmenet> <51E96CBB.4080300@gmail.com> <20130719200018.474e06af@hactar.digimed.co.uk> <51E9C5D2.1040108@gmail.com> <20130719202308.02520045@acme7.acmenet> <51E9CE42.6080804@gmail.com> <20130719205859.7f78a14d@acme7.acmenet> <20130720010125.GY3387@server> <51E9E923.4090800@gmail.com> <20130720021136.GZ3387@server> In-Reply-To: <20130720021136.GZ3387@server> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ad08360b-3cf3-4268-9f9d-a6e468951f98 X-Archives-Hash: 4f2b5b1bab1d0400ee126b38a6edfd93 Bruce Hill wrote: > On Fri, Jul 19, 2013 at 08:34:27PM -0500, Dale wrote: >>> Stop using disk and build in RAM: >>> >>> tmpfs /var/tmp/portage tmpfs size=7000M,nr_inodes=1M 0 0 >>> tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 >>> >>> workstation ~ # free -m >>> total used free shared buffers cached >>> Mem: 15798 3711 12087 0 0 937 >>> -/+ buffers/cache: 2772 13025 >>> Swap: 8103 0 8103 >> He may not have enough to do that tho. Some folks only have 4Gbs or >> less still. That won't be enough for LOo. Heck, my 16Gbs wasn't enough >> at one time. I had to either let it be on HDD or set it to a higher >> amount than the default half. >> >> I also tested the time difference once before, it didn't really make >> much difference. It just saves wear on a drive is all. >> >> Dale > If 16GB of RAM wasn't enough, ydiw. I've used that line of 7G forever, and run > app-office/libreoffice, as well as firefox and some other big app (forget it's > name) and _never_ had a problem. Well, a while back, OOo and LOo wanted more than 8Gbs. It wasn't my need but what portage looked for. Then someone did some changes and reduced that need and it worked. From my understanding, there was some code clean up that helped in that. I think it looks for 6Gbs now. From the ebuild: CHECKREQS_MEMORY="512M" CHECKREQS_DISK_BUILD="6G" It used to be more than that. If it didn't have enough, it stopped. Even when I would override that setting, it would still run out of space more often than not. As a matter of fact, I still have the command in my freq used commands file that I used to fix it: mount -t tmpfs -o size=12g tmpfs /var/tmp/portage Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!