From owner-freebsd-current Sun Nov 12 03:52:50 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA06267 for current-outgoing; Sun, 12 Nov 1995 03:52:50 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA06262 for ; Sun, 12 Nov 1995 03:52:48 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id DAA15346; Sun, 12 Nov 1995 03:52:18 -0800 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-current@FreeBSD.org (FreeBSD-current users) Subject: Re: low-mem machines awfully slow now In-reply-to: Your message of "Sun, 12 Nov 1995 12:22:04 +0100." <199511121122.MAA19450@uriah.heep.sax.de> Date: Sun, 12 Nov 1995 03:52:18 -0800 Message-ID: <15344.816177138@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org Precedence: bulk > I'm just testing a self-compiled snapshot of 2.1. As usual, i'm using > a spare 386sx/16 with 6 MB RAM for this. > > I noticed that the installation procedure became *awfully* slow now. > At the first attempt, i've even given up since i thought the > installation was dead. The machine were stuck with the ``Creating > root file system'' message. Eventually, after about a minute or so, Hmmm. Any swap space configured? One recent change I made was to do the swapon first, before anything else (e.g. newfs'ing root). It's possible that this is having some strange effects, though the lack of disk activity means that traditional swapping-to-death behavior is not the cause. Also, don't forget that everything in /stand is crunched, so it will take some time to decompress things in memory if you're running them from there. More than that, I can't really say.. Jordan