On Thu, May 2, 2024 at 12:48 PM Doug Whitfield <douglas...@gmail.com> wrote:
>
> 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.

The first way to try to rack down a memory leak is heap profiling.
For example see https://go.dev/blog/pprof, the section on -memprofile.

Ian

-- 
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/CAOyqgcXLx1Nqfv1CmzE4iP_WXpCn46sbDUtAYEbacqSD4OCogA%40mail.gmail.com.

Reply via email to