Skip site navigation (1)Skip section navigation (2)
Date:      26 May 2000 01:06:14 -0500
From:      Don Croyle <croyle@gelemna.org>
To:        Charlie ROOT <root@circuit.nofeeinc.net>
Cc:        questions@freebsd.org
Subject:   Re: swap
Message-ID:  <86zopdalrd.fsf@emerson.gelemna.org>
In-Reply-To: Charlie ROOT's message of "Fri, 26 May 2000 00:09:37 -0600 (MDT)"
References:  <gelemna.list.freebsd.questions/Pine.BSF.4.21.0005260008280.6147-100000@circuit.nofeeinc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Charlie ROOT <root@circuit.nofeeinc.net> writes:

> hi i am just wondering if there is a way to add more swap to my system
> without repartitioning my whole suystem.

You can create a swapfile.

  dd if=/dev/zero of=/fs_with_lots_of_room/swap bs=1m count=Size_in_MB

and plug the filename into the swapfile variable in rc.conf.

If you want to enable it without rebooting:

  vnconfig -e vn0b fs_with_lots_of_room/swap swap
-- 
I've always wanted to be a dilettante, but I've never quite been ready
to make the commitment.


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?86zopdalrd.fsf>