raulk / go-watchdog

a library to curb OOMs by running Go GC according to a user-defined policy.
Other
80 stars 15 forks source link

Relevance after go1.19 #19

Open Wondertan opened 2 years ago

Wondertan commented 2 years ago

As we all know, go1.19 brings Soft Memory Limit for GC, which inherently solves the problem which lib solves. Question: Is this still useful to use the watchdog for the RAM constraint systems, and/or should this be archived?