Hi

I am investigating a memory leak:

1. pprof show no leak( inuse alloc is not increasing)
2. resident(RES) memory is no increasing
3. virtual memory is slowly increasing
4. all readmemstats() parameters expect of virtual memory and buckhash_sys 
are not increasing
5. the total increase size of both virtual memory and buckhash_sys is the 
same(500MB after 3 days)

I read that buckhash_sys  is the size of the profiling tables, but I doubt 
if the leak is there, so can anyone explain if it is normal for the 
buckhash_sys to increase endlessly, and if yes, do you have other 
suggestions to find out why the VM is growing?

go version is 1.11

Thank you!


-- 
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.

Reply via email to