I have go application running. I print out runtime.MemStats in it. It shows: runtime.MemStats.Alloc = 71 MiB runtime.MemStats.TotalAlloc = 58118 MiB runtime.MemStats.Sys = 1595 MiB
But when I use top command to get resident memory usage by my app, it shows that my app is using 400 MB for long time and it stays there only. Where is my app using that extra memory? How can I find that out? And I never saw any case where runtime.MemStats.Alloc < resident memory usage. I am using go1.10.3 -- 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. For more options, visit https://groups.google.com/d/optout.