An open API service indexing awesome lists of open source software.

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

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.