Clearing PageCache :

 sync; echo 1 > /proc/sys/vm/drop_caches

Clearing Dentries and Inodes :

 sync; echo 2 > /proc/sys/vm/drop_caches

Clearing PageCache, Dentries, and Inodes :

 sync; echo 3 > /proc/sys/vm/drop_caches

Crearing swap :

 swapoff -a && swapon -a