Category ‘Embedded’
- TECHPULP |
How to free cached memory and dirty pages in Linux
When an application reads a file, Linux kernel keeps cache of file contents in memory. The Linux keeps the cache even after application closes the file to improve performance for further read operations of same file. This cache is freed...