Bryan Smith wrote:
> If you can write to the hard drive, you can make a swapfile:
> 
> Make a 512MB swapfile
> dd if=/dev/zero of=/vps.swp bs=1M count=512
> 
> Make it swap
> mkswap /vps.swp
> 
> Mount it
> swapon /vps.swp
> 
> Verify it is being used
> swapon -s
> 
> That HAS to work...add it to the fstab and you're cooking with grease
> 
> If this doesn't work then kill me

Apparently I get to kill you now ;-)

It's a VPS.  Everything root except for one thing: upgrading things that
you should have to pay to upgrade.  I've just learned to deal with it
and move on to finding solutions.

-- 
Registered Linux Addict #431495
http://profile.xfire.com/mrstalinman | John 3:16!
http://www.fsdev.net/ | http://lordsauron.wordpress.com/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to