https://github.com/vladopajic/memkill
kill any process which memory usage exceeds threshold
https://github.com/vladopajic/memkill
kill memory memory-leak
Last synced: 12 months ago
JSON representation
kill any process which memory usage exceeds threshold
- Host: GitHub
- URL: https://github.com/vladopajic/memkill
- Owner: vladopajic
- License: bsd-3-clause
- Created: 2023-11-08T11:30:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T09:20:03.000Z (about 1 year ago)
- Last Synced: 2025-01-29T10:32:12.831Z (about 1 year ago)
- Topics: kill, memory, memory-leak
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MemKill
Kills any process that exceeds specified memory.
## Why?
MemKill is a useful tool for managing processes with memory leak issues. It helps maintain system stability by monitoring memory usage and terminating processes that exceed a specified memory threshold. This proactive approach prevents the operating system from crashing or freezing due to excessive memory consumption.
## Usage
```
memkill 10 // kill any process which memory usage exceeds 10MB
```
## Binaries
See latest binaries on [Releases](https://github.com/vladopajic/memkill/releases) page.
Only linux binaries are currently available.