Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luslower/memdrain
small CLI to drain memory from different lists and sets
https://github.com/luslower/memdrain
mem-reduct memcleaner memdrain memory memory-cache memorycleaner
Last synced: 14 days ago
JSON representation
small CLI to drain memory from different lists and sets
- Host: GitHub
- URL: https://github.com/luslower/memdrain
- Owner: LuSlower
- License: gpl-3.0
- Created: 2024-05-09T08:23:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T03:24:20.000Z (28 days ago)
- Last Synced: 2024-12-30T04:24:57.811Z (28 days ago)
- Topics: mem-reduct, memcleaner, memdrain, memory, memory-cache, memorycleaner
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemDrain
[![Total Downloads](https://img.shields.io/github/downloads/LuSlower/MemDrain/total.svg)](https://github.com/LuSlower/MemDrain/releases)```
use: md.exe-ws <-r> | Drain WorkingSet
-sws | Drain SystemWorkingSet
-mpl | Drain ModifiedPageList
-mcl | Drain CombineMemoryList
-sl <0> | Drain StanbyList (and low priority)
-rh | Drain Registry Hives
-all | Drain All
```small CLI to drain memory from different lists and sets
> [!CAUTION]
> I am neither for nor against "memory optimizers", this was only made for learning purposes so use it and enjoy it
>
> If you want to really see what it does without any knowledge, you can read [this article](https://www.itprotoday.com/cloud-computing/memory-optimization-hoax)