https://github.com/echo-devim/rammo
Rammo is a RAM Monitor for Linux to kill those processes that are using too much memory.
https://github.com/echo-devim/rammo
Last synced: 6 months ago
JSON representation
Rammo is a RAM Monitor for Linux to kill those processes that are using too much memory.
- Host: GitHub
- URL: https://github.com/echo-devim/rammo
- Owner: echo-devim
- Created: 2017-11-14T13:32:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T06:39:45.000Z (about 8 years ago)
- Last Synced: 2025-04-04T23:28:10.465Z (9 months ago)
- Language: C++
- Size: 144 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAMMO
RAMMO (RAM-Monitor) is a lightweight program written in C++ to monitor and kill the processes that are using too much memory causing system crashes or a slow down (due to the swap).
Start it at the beginning of the session and let it keep care of your computer's memory.
The usage is very simple:
`$ rammo `
where `` is the time interval (expressed in seconds) to wait to monitor the current running processes and `` is the maximum amount of memory (expressed in MB) that a process can use, otherwise it will be killed.
To test if Rammo is working try to run:
`$ for i in {1..99999999}; do echo -n "$i" | sha1sum; done;`
**Attention:** this command will exhaust your memory, unless rammo (or you) kill the bash.
### License
GPLv3