Hi folks,
I come from java-land, and am having some trouble figuring out gc logging in go. I have been asked to contribute to a memory leak issue in Minio, which is written in Go.
If it is the same, then does it work like in java where the JVM settings are separate from the app setting (and thus will work in any application)? This is my assumption, but since I was here I figured I would ask.
Basically, I want to see if gc activity is behaving as it should. Obviously, I have a lot to learn to be able to make anything out of the gc logging I am seeing since I won't be able to use my normal java tooling, but I figure before I spend a lot of time looking into this, I should find out from the experts if I am even going down the same path.
For the curious, I am suspicious of this:
https://github.com/minio/minio/issues/19079I think it should have been re-opened Feb 19. There isn't a merge or anything definitive that it should be closed...but that's a minio thing, not a go thing. Just some backstory for folks that see it has been "closed"