From owner-freebsd-hackers Mon Mar 13 17:35:28 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA04549 for hackers-outgoing; Mon, 13 Mar 1995 17:35:28 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA04539 for ; Mon, 13 Mar 1995 17:35:23 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id RAA09068; Mon, 13 Mar 1995 17:35:20 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id RAA00511; Mon, 13 Mar 1995 17:35:19 -0800 Message-Id: <199503140135.RAA00511@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Steven G Kargl cc: phk@ref.tfs.com, freebsd-hackers@freefall.cdrom.com Subject: Re: install compressed binary patch In-reply-to: Your message of "Mon, 13 Mar 95 17:13:45 PST." <199503140113.RAA16127@troutmask.apl.washington.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 13 Mar 1995 17:35:19 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >> Keep in mind the following when using gziped binaries: >> >> 1) The file is paged from swap, not from the executable. This means >> you'll need a lot more swap space. > >Do you have some rule of thumb? I usually go with 2 * RAM, but if this >is not sufficient what is necessary. No, 2*RAM will no longer be enough if gziped binaries are used much. How much more space you'll need depends on how many you have, how large they are, and how often they are used. >It seems illogical to me to have the capability to run compressed binaries, >but require a post system installation compression of binaries to regain >some disk space: The gzip binary idea was added so that we could fit more on the install floppies. I don't recall anyone ever suggesting that you might want to use this to compress your system binaries to save hard disk space. This doesn't seem very wise to me. The only reason I've said anything at all about this is that I'm concerned about the potential for future bugs reports from people that don't understand the ramifications involved with using gziped binaries. -DG