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.