Clear the swap space forcing everything back to main memory in Linux

sudo swapoff -a; sudo swapon -a

August 14, 2012bashoneliners

Explanation

Note: if you don't have enough main memory the swapoff will fail.

Limitations

This works only in Linux.