From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fmailhost03.isp.att.net ([204.127.217.103]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1IOiZg-0001Xt-00 for ; Fri, 24 Aug 2007 19:28:20 -0400 Received: from [192.168.1.97] (adsl-226-66-158.mem.bellsouth.net[74.226.66.158]) by bellsouth.net (frfwmhc03) with SMTP id <20070824232743H0300674epe>; Fri, 24 Aug 2007 23:27:44 +0000 X-Originating-IP: [74.226.66.158] Date: Fri, 24 Aug 2007 18:27:42 -0500 (CDT) From: Adam Myrow To: "Speakup is a screen review system for Linux." Subject: re: slackware can't install In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 23:28:20 -0000 On Fri, 24 Aug 2007, Jude DaShiell wrote: > One note that should maybe be added to the speakup documentation for > slackware is about swap partitions needing to be twice the ram size > that's on a computer. This is a completely false statement, that for some reason gets propagated over and over again. From what I understand, the idea dates back to an early version of BSD which would duplicate all of your RAM to swap space, thus creating a redundant copy of RAM. So, you had to have more swap than ram in order to have any swap space at all. The way Linux, and most other operating systems do it is to append swap to RAM, so if you have 1GB of RAM, and 2GB of swap, you effectively have 3GB of memory. I have 1GB of RAM on my system, and almost never use any swap space. Of course, if I ran Gnome, I might use some of it, but I doubt I'd come even close to 2GB.