How to clear cache in Linux
- Clear PageCache only
| |
- Clear Dentries and inodes(metadata)
| |
- Clear All cache(include PageCache and Dentries and inode)
| |
How to clear swap space in Linux
| |
NOTE: This may make your system unstable when you have low RAM already. The data in the swapspace will force move to your RAM and may cause a OOM when you don’t have free space in RAM.