https://github.com/yanbrasiliano/clear-cache-gnu-linux
This script is designed to optimize system performance by clearing cache memory and reducing its size through deflation. It ensures that unnecessary cached data is removed, freeing up memory and improving overall system efficiency.
https://github.com/yanbrasiliano/clear-cache-gnu-linux
clear-cache gnu-linux shell-script
Last synced: 8 months ago
JSON representation
This script is designed to optimize system performance by clearing cache memory and reducing its size through deflation. It ensures that unnecessary cached data is removed, freeing up memory and improving overall system efficiency.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/clear-cache-gnu-linux
- Owner: yanbrasiliano
- License: gpl-3.0
- Created: 2023-05-19T03:15:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:07:50.000Z (over 1 year ago)
- Last Synced: 2024-12-28T17:30:23.729Z (10 months ago)
- Topics: clear-cache, gnu-linux, shell-script
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Clear Cache GNU/Linux 🧹
### Introduction
This script is designed to clear and deflate cache memory on GNU/Linux systems. Cache memory, used by the operating system to quickly access frequently used data, can sometimes consume significant resources. Clearing it can help free up memory, potentially improving system performance. This tool is particularly useful for systems that remain up for long periods.
### Requirements
- GNU/Linux operating system
- Bash shell
- Root or sudo privileges### Installation
To download the script, use the following command:
```sh
git clone git@github.com:yanbrasiliano/clear-cache-gnu-linux.git
```### Setting Permissions
Before running the script, you need to make it executable. This is done with the chmod command:
```sh
sudo ./clear-cache.sh
```Upon execution, the script will clear the cache memory and provide a summary of the memory status before and after the operation.
### Safety Warning
Please be aware that clearing the cache can affect system stability and performance, especially on production systems. It is recommended to use this script responsibly and preferably test it in a controlled environment before regular use.