Hacker News new | ask | show | jobs
by Thaxll 2400 days ago
Yes you can modify GC behaviour and it's one env variable, the fact that twitch didn't use it makes no sense.
1 comments

The original blog post[1] does mention GOGC, and a list of pitfalls that made them prefer ballast / the pending heap size proposal[2] over it. Are they in error? Or do you find their reasoning unconvincing?

[1] https://blog.twitch.tv/en/2019/04/10/go-memory-ballast-how-i...

[2] https://github.com/golang/go/issues/23044