Kills any process that exceeds specified memory.
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.
memkill 10 // kill any process which memory usage exceeds 10MB
See latest binaries on Releases page. Only linux binaries are currently available.