Skip to content

Monitor the Golang process and stop it if its memory exceeds a threshold

Notifications You must be signed in to change notification settings

TessaIO/dont-kill-pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the SIGKILL signal cannot be handled gracefully.

Examples

You can run examples by:

cd examples
go run ./...

About

Monitor the Golang process and stop it if its memory exceeds a threshold

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published