runtime: struct MemStats in go 1.9.3 and go 1.11.5 #32678
Comments
|
Thank you. I will look for new method to calculate the physical memory. |
|
Thank you. I will look for new method to calculate the physical memory. |
When I use go 1.9.3 , I call the Sys field of the Struct MemStats from package 'runtime' , the result is about 10M , But when I upgrade to go 1.11.5, I call the same api , the result is about 70M. By reading the api source , I couldn't find any difference ,hope for explanation .
The text was updated successfully, but these errors were encountered: