Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 17:35:57 +0200
From:      Willie Viljoen <will@unfoldings.net>
To:        Martin Schweizer <info@pc-service.ch>, Martin Schweizer <pcservi@spectraweb.ch>, freebsd-questions@freebsd.org
Subject:   Re: Kill while compiling release 4.7
Message-ID:  <200302231735.57137.will@unfoldings.net>
In-Reply-To: <20030223151428.GA16747@spectraweb.ch>
References:  <20030223151428.GA16747@spectraweb.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 23 February 2003 17:14, Martin Schweizer wrote:
> In the same time it occurs a "out of swap" error in /var/log/messages but
> df output seem like normal, enough of space on all slices.
> What is going wrong?

df doesn't show swap space, it only shows information for filesystems. 
FreeBSD does not use (by default) an on-filesystem swap file such as MS 
family systems do, it uses a seperate partition as swap space.

To check how your swap space is being used, you may view the output from 
pstat -T

Be advised the to do a make world reliably, you will almost always need 
atleast 128MB of swap on systems with average physical memory, and atleast 
256MB if your system has low physical memory.

Other workarounds could be to perform the build process in single user mode, 
sothat no other applications are using memory, but look at swap space 
first.

Will

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

will@unfoldings.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302231735.57137.will>