If your server is running out of RAM and swap you can add some swap space on the fly. This gives you some time to take the system down later and add more RAM.
df -h)dd if=/dev/zero of=swapfile.0 bs=1024 count=132207)chmod 600 swapfile.0)mkswap swapfile.0)swapon swapfile.0)free)echo ”/var/swapfile.0 swap swap defaults 0 0” » /etc/fstab)