welll here is a tip to increase the size of swap file manually.
#dd if=/dev/zero of=swap bs=1000000 count=1
#chmod 0 swap
make the swap file
#mkswap swap
add to current swap file
#swapon -v swap
chk if it works..
#cat /proc/swap
u can change the size, here its just 1MB.