Skip to content

"Free CPU Cache" Bash script allows clearing CPU cache on Linux without interrupting services. Choose options to clear PageCache, dentries, or inodes, optimizing system performance.

License

Notifications You must be signed in to change notification settings

linux-id/free_cpu_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Free CPU Cache

 A simple linux bash script that deletes the temporary memory cache and frees up your RAM

 Note: current version of this scipt is only tested for debian based linux distros

Installation

Adding script to PATH

  • Debian based systems:

    • open .bashrc file (located in /home/user/) using any text editor

    • append the following lines to the file

      export $PATH="/PATH/TO/THE/FILE_DIRECTORY:$PATH"
    • save the file

    • open terminal and run source ~/.bashrc

Contributions

  • Thank you, for taking your time to view this project, any person is free to contribute by creating an issue or making a pull request

About

"Free CPU Cache" Bash script allows clearing CPU cache on Linux without interrupting services. Choose options to clear PageCache, dentries, or inodes, optimizing system performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages