Subject: Re: Adding a Swap file
To: None <neil@domino.org>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: port-sparc
Date: 04/26/1995 22:32:03
   I am running out of swap.

   Can I add swap like the sunos mkfile 50M swap; swapon swap method?

dd if=/dev/zero of=swapfile bs=1m count=50
vnconfig -c /dev/vnd0c swapfile
swapon /dev/vnd0c

This assumes you have `pseudo-device vnd N' and `swap on ... vnd0c
...' in your kernel file.