Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 317 Bytes

dont-kill-pls

This package monitors a Golang application and if its memory exceeds a specific threshold it would be stoped. The reason behind this is to avoid OOM kill for the application since such SIGKILL signal cannot be handled gracefully.

Examples

You can run examples by:

cd examples
go run ./...