From owner-freebsd-hackers Tue Aug 11 14:21:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07264 for freebsd-hackers-outgoing; Tue, 11 Aug 1998 14:21:49 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07256 for ; Tue, 11 Aug 1998 14:21:47 -0700 (PDT) (envelope-from benedict@echonyc.com) Received: from localhost (benedict@localhost) by echonyc.com (8.8.7/8.8.7) with SMTP id RAA14076 for ; Tue, 11 Aug 1998 17:21:22 -0400 (EDT) Date: Tue, 11 Aug 1998 17:21:19 -0400 (EDT) From: Snob Art Genre Reply-To: ben@rosengart.com To: hackers@FreeBSD.ORG Subject: Re: KERNFS and MFS In-Reply-To: <199808112004.PAA27235@bright.fx.genx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a problem with MFS: now that I've switched /usr/obj and /tmp over, I can't seem to make it through a make world: --- tclsh --- cc -O2 -I/usr/obj/usr/src/tmp/usr/include/tcl -I/usr/obj/usr/src/tmp/usr/include -o tclsh tclAppInit.o -ltcl -lm *** Signal 11 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error The console has a message from the swap pager suggesting that 190 MB isn't enough. Also a message from the kernel telling me that sh exited on signal 11. Now, I have two swap partitions of 98 megs apiece, with /tmp on one and /usr/obj on the other. I suppose my MFS filesystems shouldn't be more than 98 megs (I have /usr/obj at 256 megs now, which is what I believe the problem is)? That won't be large enough for /usr/obj, of course. Is there any workaround besides repartitioning with a larger swap area, or going back to a standard /usr/obj? Also, does anyone know how compiling without -pipe interacts with MFS? I wonder if MFS is faster or slower than piping. Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message