- Check SWAP space before bouncing.
- Disable and enable SWAP.
- Check SWAP space after bouncing.
[root@localhost ~]# free
total used free shared buffers cached
...
Swap: 1048568 5960 1042608
[root@localhost ~]# swapoff -a; swapon -a
[root@localhost ~]# free
total used free shared buffers cached
...
Swap: 1048568 0 1048568