u/BT-toll

For those straggling with system crushes in linux and can't afford to add more RAM. Try this simple python tool I created, leteni feedback tafadhali.

MemEZ — Intelligent process pausing for Linux

MemEZ monitors system memory in real time and automatically pauses (SIGSTOP) processes that push memory usage above configurable thresholds, then resumes them (SIGCONT) when memory pressure drops. It includes a web dashboard with a memory gauge, top-memory process list, frozen-process view, history charts, and system load info. Safe-by-default behavior excludes low PIDs and uses configurable debounce counts and intervals; intended for admins, DevOps, developers, data scientists, QA, power users, and IT support. Easy to install (Python + psutil + Flask), configurable thresholds (defaults: freeze >85%, resume <70%), and available as an optional systemd service. MIT licensed.

github.com
u/BT-toll — 1 day ago