Dear friends,
you can increase your phones virtual memory simply using your linux pc
login in your machine, suppose you want to incrase virtual memory to 64MB then say
# dd if=/dev/zero of=./myswap bs=1K count=65000
#mkswap ./myswap

copy this file to your phone, using Konsole in phone say

# swapon ./myswap