Skip to content

Simple library to limit memory allocations your your Go application

Notifications You must be signed in to change notification settings

grzesiek/go-mem-limit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mem-limit

Simple and naive library making it possible to limit the amount of dynamically allocated memory on heap in Go applications.

When memory allocation in a given moment reaches a defined threshold a provided callback function is going to be called.

This samples allocated memory for entire process.

About

Simple library to limit memory allocations your your Go application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages