Some kind of system to detect RAM-leaks in a process and then shut it down nicely when it detects one.
Bonus points: Have a max RAM limit for the process to use, if it goes above that, send it some nice shutdown signals. Or a system-wide warning (Like the "System shutting down NOW" message)
Great idea, thanks! I can also make it support a custom handler, but for now I'll add the feature as requested - and once custom handlers are added, this will be one you can add a handler to.
Some kind of system to detect RAM-leaks in a process and then shut it down nicely when it detects one.
Bonus points: Have a max RAM limit for the process to use, if it goes above that, send it some nice shutdown signals. Or a system-wide warning (Like the "System shutting down NOW" message)