(no title)
stlava
|
3 years ago
I wrote and operate a high throughput go service with somewhat tight memory requirements. It became impracticable to try tuning the memory footprint to avoid OOMs while balancing gc pauses with just the GOGC flag. I'm happy to say that I started using the soft memory limit shortly it landed and it's been a game changer for us.
pjmlp|3 years ago
rastignack|3 years ago
YesThatTom2|3 years ago