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.

I found 
https://www.ardanlabs.com/blog/2019/05/garbage-collection-in-go-part2-gctraces.html
 
but I cannot tell if go is calling gc tracing what java calls logging, or 
if this is something different.

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/19079

I 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"

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/74f829eb-04a1-45cd-a9a9-5524a4c6f2a1n%40googlegroups.com.

Reply via email to